Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
76c2d7781eb37acd6731bcd8ea9a25ad03b01021
/
.
/
Tests
/
CompileFeatures
/
cuda_std_26.cu
blob: efeca8d2028b8ed62c79a4109767440644d78a2f [
file
]
#include
"cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_23
# error "cuda_std_26 not honored"
#endif