We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49ea9d commit 0f4c36eCopy full SHA for 0f4c36e
include/oneapi/tbb/detail/_config.h
@@ -263,8 +263,8 @@
263
#define __TBB_CPP17_ALLOCATOR_IS_ALWAYS_EQUAL_PRESENT (__TBB_LANG >= 201703L)
264
#define __TBB_CPP17_IS_SWAPPABLE_PRESENT (__TBB_LANG >= 201703L)
265
266
-// TODO: fix concepts on Apple Clang or define the broken versions
267
-#if !(__clang__ && __APPLE__) && defined(__cpp_concepts) && defined(__cpp_lib_concepts)
+// TODO: fix concepts on Clang or define the broken versions
+#if !(__clang__) && defined(__cpp_concepts) && defined(__cpp_lib_concepts)
268
#define __TBB_CPP20_CONCEPTS_PRESENT ((__cpp_concepts >= 201907L) && (__cpp_lib_concepts >= 202002L))
269
#else
270
#define __TBB_CPP20_CONCEPTS_PRESENT 0
0 commit comments