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

Skip to content

Commit 6262cee

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

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
@@ -243,7 +243,7 @@ class BuiltInOperationHasTrivialCopy extends BuiltInOperation, @hastrivialcopy {
243243
* A C++ `__has_trivial_destructor` built-in operation (used by some
244244
* implementations of the `<type_traits>` header).
245245
*
246-
* Returns `true` if the type has a trivial (compiler-generated) destructor.
246+
* Returns `true` if the type has a trivial destructor.
247247
* ```
248248
* bool v = __has_trivial_destructor(MyType);
249249
* ```

0 commit comments

Comments
 (0)