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