Skip to content

Commit 6724632

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

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
@@ -516,7 +516,7 @@ class BuiltInOperationBuiltInAddressOf extends UnaryOperation, BuiltInOperation,
516516
* ```
517517
* template<typename T, typename... Args>
518518
* struct is_trivially_constructible
519-
* : public integral_constant<bool, __is_trivially_constructible(T) >
519+
* : public integral_constant<bool, __is_trivially_constructible(T, Args...) >
520520
* { };
521521
* ```
522522
*/

0 commit comments

Comments
 (0)