cmake/Tests/CompileFeatures/hip_std_14.hip

5 lines
108 B

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