cmake/Tests/CompileFeatures/cuda_std_26.cu
2024-07-09 14:46:46 +02:00

5 lines
109 B
Plaintext

#include "cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_23
# error "cuda_std_26 not honored"
#endif