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

Skip to content

Commit 9ac9607

Browse files
committed
C++: Add boolean for explicit lambda parameter list
1 parent 3fed7f5 commit 9ac9607

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,8 @@ code_block(
21392139
lambdas(
21402140
unique int expr: @lambdaexpr ref,
21412141
string default_capture: string ref,
2142-
boolean has_explicit_return_type: boolean ref
2142+
boolean has_explicit_return_type: boolean ref,
2143+
boolean has_explicit_parameter_list: boolean ref
21432144
);
21442145

21452146
lambda_capture(

0 commit comments

Comments
 (0)