Details
-
Suggestion
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.1
-
None
-
-
7b8117ba2 (11.0)
Description
Qt Creator text editor does not support syntax highlighting for C++20 concepts.
Currently, they are treated as types when defined and used with a template argument, and as generic text when used without template arguments.
Concepts should have their own highlighting in order to be properly distinguished from other entities.