mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
[msvc][fix] some short names hide global identifier
This commit is contained in:
@@ -41,7 +41,7 @@ void to_base_specialization_of_quantity(const volatile quantity<R, Rep>*);
|
||||
|
||||
template<typename T>
|
||||
inline constexpr bool is_derived_from_specialization_of_quantity =
|
||||
requires(T* t) { to_base_specialization_of_quantity(t); };
|
||||
requires(T* type) { to_base_specialization_of_quantity(type); };
|
||||
|
||||
} // namespace detail
|
||||
|
||||
|
Reference in New Issue
Block a user