1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 10:47:59 +08:00
Files
CMake/Tests/CompileFeatures/cxx_std_20.cpp

5 lines
108 B
C++

#include "cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_17
# error "cxx_std_20 not honored"
#endif