We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37a29f commit d58a24dCopy full SHA for d58a24d
cpp-template-utils.pro
@@ -8,7 +8,7 @@ CONFIG += staticlib
8
CONFIG -= qt
9
CONFIG -= flat
10
11
-CONFIG += strict_c++ c++latest
+CONFIG += strict_c++ c++2a
12
13
*g++*:QMAKE_CXXFLAGS += -fconcepts -std=c++2a
14
*msvc*:QMAKE_CXXFLAGS += /Zc:char8_t /JMC
0 commit comments