CLion 2017.2 Help

C++ Support

Currently, CLion supports all the C++ standards up to C++14 and partially the C++17.
The table below represents the list of features supported by CLion for the respective standards.
Legend:
appIconOk512 - Supported.
stop 2x - Not supported.

You can enable the desired C++ standard using CMake CMAKE_CXX_STANDARD variable. For example:

set(CMAKE_CXX_STANDARD 11)

CLion is compatible with libc++ (Clang) and libstdc++ (GCC) Standard Template Libraries (STL).

Last modified: 15 December 2017

See Also