C++: update for C++20
ClosedPublic

Authored by jpoelen on Jun 4 2019, 7:30 PM.

Details

Summary
  • new attributes: assert, ensures and expects
  • new types: char8_t
  • new keywords: consteval, import, module, concept, requires, co_await, co_return, co_yield

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jpoelen requested review of this revision.Jun 4 2019, 7:30 PM
jpoelen created this revision.
jpoelen updated this revision to Diff 59156.Jun 4 2019, 8:27 PM

oops, missing version increase

dhaumann accepted this revision.Jun 4 2019, 9:29 PM

Thanks for the update!

This revision is now accepted and ready to land.Jun 4 2019, 9:29 PM
This revision was automatically updated to reflect the committed changes.