We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3be1a2 commit eb555eeCopy full SHA for eb555ee
include/camp/defines.hpp
@@ -98,7 +98,11 @@ namespace camp
98
#define CAMP_HAVE_OMP_OFFLOAD 1
99
#endif
100
101
-// This works for clang, nvcc 10 and higher using clang as a host compiler
+// This works for:
102
+// clang
103
+// nvcc 10 and higher using clang as a host compiler
104
+// MSVC 1911... and higher, see check below
105
+// XL C++ at least back to 16.1.0, possibly farther
106
#define CAMP_USE_MAKE_INTEGER_SEQ 0
107
#define CAMP_USE_TYPE_PACK_ELEMENT 0
108
#if defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 191125507
0 commit comments