Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fb0990ef04ab3c3f56bb6399403fc563b9dc89f8
/
.
/
Tests
/
CompileFeatures
/
cuda_std_17.cu
blob: 502defb154235f767054d3f05ea49a2bfd4bbf70 [
file
]
#include
"cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_14
# error "cuda_std_17 not honored"
#endif