mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
7 lines
272 B
C
7 lines
272 B
C
#include "c_std.h"
|
|
#if defined(C_STD) && C_STD <= C_STD_17 && \
|
|
!(C_STD == C_STD_17 && defined(__apple_build_version__) && \
|
|
defined(__clang_major__) && __clang_major__ < 14)
|
|
# error "c_std_23 not honored"
|
|
#endif
|