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

Skip to content

Commit d8aeedf

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

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
@@ -213,7 +213,7 @@ class BuiltInOperationHasTrivialAssign extends BuiltInOperation, @hastrivialassi
213213
* A C++ `__has_trivial_constructor` built-in operation (used by some
214214
* implementations of the `<type_traits>` header).
215215
*
216-
* Returns `true` if the type has a trivial (compiler-generated) constructor.
216+
* Returns `true` if the type has a trivial constructor.
217217
* ```
218218
* bool v = __has_trivial_constructor(MyType);
219219
* ```

0 commit comments

Comments
 (0)