Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe5bd42

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent d8aeedf commit fe5bd42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class BuiltInOperationHasTrivialConstructor extends BuiltInOperation, @hastrivia
228228
* A C++ `__has_trivial_copy` built-in operation (used by some implementations
229229
* of the `<type_traits>` header).
230230
*
231-
* Returns true if the type has a trivial (compiler-generated) copy constructor.
231+
* Returns true if the type has a trivial copy constructor.
232232
* ```
233233
* std::integral_constant< bool, __has_trivial_copy(MyType) > htc;
234234
* ```

0 commit comments

Comments
 (0)