cmake/Tests/CompileFeatures/cxx_std_20.cpp
2024-07-09 14:46:46 +02:00

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