Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2552f2e95260c70ff92388d35e0bc6695e6202a
/
.
/
Tests
/
CompileFeatures
/
cxx_std_26.cpp
blob: db3f6bcfd99db188409d3c018ac3cee4cef4ce3f [
file
] [
log
] [
blame
]
#include
"cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_23
# error "cxx_std_26 not honored"
#endif