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