We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a673fd2 + f68fa0f commit 65e0e7dCopy full SHA for 65e0e7d
src/core/include/mp-units/bits/hacks.h
@@ -111,7 +111,8 @@ inline constexpr from_range_t from_range{};
111
#endif
112
113
// TODO https://github.com/llvm/llvm-project/issues/110224
114
-#if MP_UNITS_COMP_CLANG >= 19 && __cplusplus <= 202302
+#if (MP_UNITS_COMP_CLANG >= 19 || (defined(__apple_build_version__) && MP_UNITS_COMP_CLANG >= 17)) && \
115
+ __cplusplus <= 202302
116
117
MP_UNITS_DIAGNOSTIC_PUSH
118
MP_UNITS_DIAGNOSTIC_IGNORE_BUILTIN_MACRO_REDEFINED
0 commit comments