5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
#include "cxx_std.h"
|
||
|
#if defined(CXX_STD) && CXX_STD <= CXX_STD_20
|
||
|
# error "cuda_std_23 not honored"
|
||
|
#endif
|