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

Skip to content

Commit 877e9ba

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

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
@@ -197,7 +197,7 @@ class BuiltInOperationHasNoThrowCopy extends BuiltInOperation, @hasnothrowcopy {
197197
* A C++ `__has_trivial_assign` built-in operation (used by some implementations
198198
* of the `<type_traits>` header).
199199
*
200-
* Returns `true` if the type has a trivial (compiler-generated) assignment
200+
* Returns `true` if the type has a trivial assignment
201201
* operator (`operator =`).
202202
* ```
203203
* bool v = __has_trivial_assign(MyType);

0 commit comments

Comments
 (0)