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++2a features #302

Open
7 of 19 tasks
matter123 opened this issue Jul 11, 2019 · 0 comments
Open
7 of 19 tasks

C++2a features #302

matter123 opened this issue Jul 11, 2019 · 0 comments
Labels
low priority Major An issue that summarizes a large general problem workflow Part of an overview of how/what things are being accomplished

Comments

@matter123
Copy link
Collaborator

matter123 commented Jul 11, 2019

Checklist of C++2a feature syntax support, proposals that do not change syntax are not included.

  • Allow lambda-capture [=, this]
  • __VA_OPT__
  • generic lambdas
  • initalizer for bitfield members
  • const-qualified pointers to members (X{}.*&X::foo)();
  • concepts
  • three way comparison (tagging could be better but is acceptable)
  • Range-based for statements with initializer
  • new attributes
  • Allow pack expansion in lambda init-capture
  • contracts
  • destroying operator delete
  • class type non type parameters
  • explicit(bool)
  • char{8,16,32}_t
  • consteval
  • nested inline namespaces namespace std::experimental::inline parallelism_v2::execution
  • coroutines
  • modules
@matter123 matter123 added workflow Part of an overview of how/what things are being accomplished low priority Major An issue that summarizes a large general problem labels Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Major An issue that summarizes a large general problem workflow Part of an overview of how/what things are being accomplished
Projects
None yet
Development

No branches or pull requests

1 participant