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

Skip to content

Commit f96cffa

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

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
@@ -582,7 +582,7 @@ class BuiltInOperationIsTriviallyDestructible extends BuiltInOperation, @istrivi
582582
* implementations of the `<type_traits>` header).
583583
*
584584
* Returns `true` if the assignment operator `C::operator =(const C& c)` is
585-
* trivial (compiler-generated).
585+
* trivial.
586586
* ```
587587
* template<typename T>
588588
* struct is_trivially_assignable

0 commit comments

Comments
 (0)