summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_std_26.cpp
blob: db3f6bcfd99db188409d3c018ac3cee4cef4ce3f (plain)
1
2
3
4
#include "cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_23
#  error "cxx_std_26 not honored"
#endif