mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 04:14:27 +00:00
5 lines
108 B
C++
5 lines
108 B
C++
#include "cxx_std.h"
|
|
#if defined(CXX_STD) && CXX_STD <= CXX_STD_14
|
|
# error "cxx_std_17 not honored"
|
|
#endif
|