Switch lambda syntax over to [](){} format, to line up with C++11.
This commit is contained in:
@@ -1 +1 @@
|
||||
assert_throws("Illegal const function assignment", fun() { clone = `-` } );
|
||||
assert_throws("Illegal const function assignment", []() { clone = `-` } );
|
||||
|
Reference in New Issue
Block a user