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++17 lambda extensions #1211

Merged
merged 1 commit into from
Aug 24, 2017
Merged

C++17 lambda extensions #1211

merged 1 commit into from
Aug 24, 2017

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Aug 23, 2017


This change is Reviewable

- add constexpr lambda
- add lambda capture of this
- add noexceptSpecifier (replace exceptionSpecification)
@guwirth guwirth added this to the 0.9.8 milestone Aug 23, 2017
@guwirth guwirth self-assigned this Aug 23, 2017
@guwirth guwirth merged commit b023b2a into SonarOpenCommunity:master Aug 24, 2017
@guwirth guwirth deleted the cpp17/lambda-capture-this branch October 3, 2017 13:53
@guwirth guwirth mentioned this pull request Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

C++17 lambda capture of *this C++17 constexpr lambdas
1 participant