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

5 lines
108 B
C++

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