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.
__cpp_deleted_function
1 parent 5fde283 commit d266833Copy full SHA for d266833
src/core/include/mp-units/bits/hacks.h
@@ -111,7 +111,7 @@ 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 && __cplusplus <= 202302
115
116
MP_UNITS_DIAGNOSTIC_PUSH
117
MP_UNITS_DIAGNOSTIC_IGNORE_BUILTIN_MACRO_REDEFINED
0 commit comments