Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

C++ syntax out of date #547

Open
jdlugosz opened this issue Jun 11, 2018 · 0 comments
Open

C++ syntax out of date #547

jdlugosz opened this issue Jun 11, 2018 · 0 comments

Comments

@jdlugosz
Copy link

Note that the current standard came out at the end of last year, and compilers are live-at-head for new features being standardized for C++20.

for (uint8_t mask= 0b1000'0000; mask; mask>>=1) {
Ref: C++17 §5.13.2

I noticed in particular that using separators in numeric literals breaks the coloring.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant