Skip to content

Commit 0bb37c1

Browse files
committed
CPP: Delete parenthesized comment.
1 parent 8b30baf commit 0bb37c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,7 @@ class BuiltInOperationHasTrivialMoveConstructor extends BuiltInOperation,
688688
* The `__has_trivial_move_assign` built-in operation (used by some
689689
* implementations of the `<type_traits>` header).
690690
*
691-
* Returns if the move-assign operator `C::operator =(C &&c)` is trivial
692-
* (i.e., can be generated by the compiler).
691+
* Returns if the move-assign operator `C::operator =(C &&c)` is trivial.
693692
* ```
694693
* template<typename T>
695694
* struct has_trivial_move_assign

0 commit comments

Comments
 (0)