Re: [Interest] QtCreator c++20 highlighting

2024-02-19 Thread Konstantin Shegunov
On Mon, Feb 19, 2024 at 2:22 PM Frank Mertens wrote: > Hi Konstantin, > Hi Frank, I'm here with QtCreator 12.0.1 and C++20 syntax highlighting works just > fine. > Okay, thank you! I'm then going to assume that my version is simply too old. Of course I had to enable it?! In CMakeLists.txt tha

Re: [Interest] QtCreator c++20 highlighting

2024-02-19 Thread Frank Mertens
Hi Konstantin, I'm here with QtCreator 12.0.1 and C++20 syntax highlighting works just fine. Of course I had to enable it?! In CMakeLists.txt that is done with: set(CMAKE_CXX_STANDARD 20) Best regards, Frank -- Frank On 2/19/24 12:58, Konstantin Shegunov wrote: Hello, Are c++20 features (op

[Interest] QtCreator c++20 highlighting

2024-02-19 Thread Konstantin Shegunov
Hello, Are c++20 features (operators/keywords) supported with the QtCreator (10.0.2) highlighter? I'm asking because what I observe is that keywords like concept, consteval, requires are not recognised and have no highlighting. So I'm not sure if my version is old, the feature isn't supported, or i