Skip to content

Commit 0f4c36e

Browse files
committed
Disable Clang completely, not only the apple one
1 parent f49ea9d commit 0f4c36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/oneapi/tbb/detail/_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@
263263
#define __TBB_CPP17_ALLOCATOR_IS_ALWAYS_EQUAL_PRESENT (__TBB_LANG >= 201703L)
264264
#define __TBB_CPP17_IS_SWAPPABLE_PRESENT (__TBB_LANG >= 201703L)
265265

266-
// TODO: fix concepts on Apple Clang or define the broken versions
267-
#if !(__clang__ && __APPLE__) && defined(__cpp_concepts) && defined(__cpp_lib_concepts)
266+
// TODO: fix concepts on Clang or define the broken versions
267+
#if !(__clang__) && defined(__cpp_concepts) && defined(__cpp_lib_concepts)
268268
#define __TBB_CPP20_CONCEPTS_PRESENT ((__cpp_concepts >= 201907L) && (__cpp_lib_concepts >= 202002L))
269269
#else
270270
#define __TBB_CPP20_CONCEPTS_PRESENT 0

0 commit comments

Comments
 (0)