Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Qt Creator 4.8.2
-
None
Description
When using the following literal in an enumeration class:
enum class XXX : quint16 { YYY = 0b0000'0001 };
the Qt Creator editor highlighter is confused, showing a mix of blue (left the tick mark) and green (right of the tick mark). It seems it doesn't know about tick marks in binary literals.
Please fix.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-14939 Support for C++ 14 digit separators
- Closed