Colorer-schemes icon indicating copy to clipboard operation
Colorer-schemes copied to clipboard

C++11

Open zenorogue opened this issue 6 years ago • 0 comments

C++11 added lambdas, e.g.

std::sort(x.begin(), x.end(), [] (int a, int b) { return a > b; });

but Colorer still seems to consider "{" appearing inside parentheses to be errors. Is there any easy way to fix this?

zenorogue avatar Jan 02 '19 19:01 zenorogue