Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
138356832f3fbeeeb5fc52844d5023ccfbf04e26
/
.
/
Tests
/
CompileFeatures
/
cuda_std_23.cu
blob: 6bdaeb9b13a281aad3237d7383f3d9994bd2ed58 [
file
]
#include
"cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_20
# error "cuda_std_23 not honored"
#endif