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