Skip to content

Commit dbcc386

Browse files
committed
C++: add upgrade and downgrade scripts
1 parent 3973a47 commit dbcc386

File tree

8 files changed

+9992
-0
lines changed

8 files changed

+9992
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class LambdaExpr extends @lambdaexpr {
2+
string toString() { none() }
3+
}
4+
5+
from
6+
LambdaExpr lambda, string default_capture, boolean has_explicit_return_type,
7+
boolean has_explicit_parameter_list
8+
where lambdas(lambda, default_capture, has_explicit_return_type, has_explicit_parameter_list, _)
9+
select lambda, default_capture, has_explicit_return_type, has_explicit_parameter_list

0 commit comments

Comments
 (0)