Sign in
android
/
platform
/
external
/
cmake
/
refs/heads/cmake-master-dev
/
.
/
Tests
/
CompileFeatures
/
cxx_std_23.cpp
blob: 020578d397f6d25972f9463a290a80aa87a847f0 [
file
] [
edit
]
#include
"cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_20
# error "cxx_std_23 not honored"
#endif