CMake/Tests/CompileFeatures/hip_std_11.hip

5 lines
107 B
Plaintext

#include "cxx_std.h"
#if defined(CXX_STD) && CXX_STD < CXX_STD_11
# error "hip_std_11 not honored"
#endif