https://bugs.kde.org/show_bug.cgi?id=389693
Bug ID: 389693
Summary: Support C++11 user-defined number literals
Product: frameworks-syntax-highlighting
Version: 5.42.0
Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: syntax
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The C++ and ISO C++ highlighting styles mark C++11 user-defined literals
errors.
Reproducible: Always
Steps to Reproduce:
1. Type 1s 2min 3h 4.4_meter into a file
2. Set the highlighting mode to C++ or ISO C++
See
http://en.cppreference.com/w/cpp/language/user_literal
for more examples.
Actual Results:
The number are highlighted as errors
Expected Results:
The numbers are highlighted as user-defined literals.
--
You are receiving this mail because:
You are watching all bug changes.