You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
https://en.cppreference.com/w/cpp/language/integer_literal
If I do something like:
static constexpr int kThisIsOdd = 0b1111'1111;
Then it will treat the ' as a character capture sequence and render all of the subsequent font as green. The same thing works fine in .cc files.
The text was updated successfully, but these errors were encountered: