Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++11 #88

Open
zenorogue opened this issue Jan 2, 2019 · 0 comments
Open

C++11 #88

zenorogue opened this issue Jan 2, 2019 · 0 comments
Assignees
Labels

Comments

@zenorogue
Copy link

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?

@ctapmex ctapmex transferred this issue from colorer/Colorer-library Apr 16, 2020
@ctapmex ctapmex self-assigned this Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants