mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
build: __cpp_deleted_function
removed for clang-20 when C++ version < 26
This commit is contained in:
@ -111,7 +111,7 @@ inline constexpr from_range_t from_range{};
|
||||
#endif
|
||||
|
||||
// TODO https://github.com/llvm/llvm-project/issues/110224
|
||||
#if MP_UNITS_COMP_CLANG == 19 && __cplusplus <= 202302
|
||||
#if MP_UNITS_COMP_CLANG >= 19 && __cplusplus <= 202302
|
||||
|
||||
MP_UNITS_DIAGNOSTIC_PUSH
|
||||
MP_UNITS_DIAGNOSTIC_IGNORE_BUILTIN_MACRO_REDEFINED
|
||||
|
Reference in New Issue
Block a user