Skip to content

Commit beb3602

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
1 parent 6724632 commit beb3602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ class BuiltInOperationHasNothrowMoveAssign extends BuiltInOperation, @hasnothrow
727727
* ```
728728
* template<typename T, typename... Args>
729729
* struct is_constructible
730-
* : public integral_constant<bool, __is_constructible(T) >
730+
* : public integral_constant<bool, __is_constructible(T, Args...) >
731731
* { };
732732
* ```
733733
*/

0 commit comments

Comments
 (0)