Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
CompileFeatures
/
cxx_std_17.cpp
blob: 3ca6bbe82998907f70b6e2c0f8febf294c5780bd [
file
] [
log
] [
blame
] [
edit
]
#include
"cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_14
# error "cxx_std_17 not honored"
#endif