cppdialect
cppdialect
cppdialect "value"
Parameters
value
one of:
Default
: the default C++ dialect for the toolsetC++latest
: the latest C++ dialect for the toolset or action where available, otherwise the latest C++ dialect supported by PremakeC++98
: ISO C++98C++0x
: ISO C++11 DraftC++11
: ISO C++11C++1y
: ISO C++14 DraftC++14
: ISO C++14C++1z
: ISO C++17 DraftC++17
: ISO C++17C++2a
: ISO C++20 DraftC++20
: ISO C++20C++2b
: ISO C++23 DraftC++23
: ISO C++23gnu++98
: GNU dialect of ISO C++98gnu++0x
: GNU dialect of ISO C++11 Draftgnu++11
: GNU dialect of ISO C++11gnu++1y
: GNU dialect of ISO C++14 Draftgnu++14
: GNU dialect of ISO C++14gnu++1z
: GNU dialect of ISO C++17 Draftgnu++17
: GNU dialect of ISO C++17gnu++2a
: GNU dialect of ISO C++20 Draftgnu++20
: GNU dialect of ISO C++20gnu++2b
: GNU dialect of ISO C++23 Draftgnu++23
: GNU dialect of ISO C++23
Applies To
The config
scope.
Availability
Premake 5.0.0 alpha 12 or later.
Examples
cppdialect "value"