Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fed7f5 commit 9ac9607Copy full SHA for 9ac9607
1 file changed
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -2139,7 +2139,8 @@ code_block(
2139
lambdas(
2140
unique int expr: @lambdaexpr ref,
2141
string default_capture: string ref,
2142
- boolean has_explicit_return_type: boolean ref
+ boolean has_explicit_return_type: boolean ref,
2143
+ boolean has_explicit_parameter_list: boolean ref
2144
);
2145
2146
lambda_capture(
0 commit comments