mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
@@ -197,7 +197,7 @@ class BuiltInOperationHasNoThrowCopy extends BuiltInOperation, @hasnothrowcopy {
|
||||
* A C++ `__has_trivial_assign` built-in operation (used by some implementations
|
||||
* of the `<type_traits>` header).
|
||||
*
|
||||
* Returns `true` if the type has a trivial (compiler-generated) assignment
|
||||
* Returns `true` if the type has a trivial assignment
|
||||
* operator (`operator =`).
|
||||
* ```
|
||||
* bool v = __has_trivial_assign(MyType);
|
||||
|
||||
Reference in New Issue
Block a user