mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +02:00
refactor: unused is_specialization_of_unit
trait removed
This commit is contained in:
@ -136,12 +136,6 @@ void is_unit_impl(const derived_unit<Expr...>*);
|
|||||||
|
|
||||||
void is_unit_impl(const one*);
|
void is_unit_impl(const one*);
|
||||||
|
|
||||||
template<typename T>
|
|
||||||
inline constexpr bool is_specialization_of_unit = false;
|
|
||||||
|
|
||||||
template<symbol_text Symbol, auto... Args>
|
|
||||||
inline constexpr bool is_specialization_of_unit<named_unit<Symbol, Args...>> = true;
|
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
inline constexpr bool is_specialization_of_prefixed_unit = false;
|
inline constexpr bool is_specialization_of_prefixed_unit = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user