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