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

Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
Geoffrey White
2019-11-14 12:41:10 +00:00
committed by GitHub
parent 82c6ff02b2
commit f96cffa1f3

View File

@@ -582,7 +582,7 @@ class BuiltInOperationIsTriviallyDestructible extends BuiltInOperation, @istrivi
* implementations of the `<type_traits>` header).
*
* Returns `true` if the assignment operator `C::operator =(const C& c)` is
* trivial (compiler-generated).
* trivial.
* ```
* template<typename T>
* struct is_trivially_assignable