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