cmake/Tests/CompileFeatures/cxx_std_26.cpp

5 lines
108 B
C++
Raw Normal View History

2024-07-09 14:46:46 +02:00
#include "cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_23
# error "cxx_std_26 not honored"
#endif