summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cuda_std_11.cu
blob: 76813fdec7043ebfca207a2ff1da133a5ccf2167 (plain)
1
2
3
4
#include "cxx_std.h"
#if defined(CXX_STD) && CXX_STD < CXX_STD_11
#  error "cuda_std_11 not honored"
#endif