Skip to content

Commit d3da9c0

Browse files
committed
C++: Add boolean for explicit lambda parameter list
1 parent d70282c commit d3da9c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)