mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
fix: clang compilation fixed workarounded with the CTAD for quantity_formatter
This commit is contained in:
@@ -325,6 +325,8 @@ class MP_UNITS_STD_FMT::formatter<mp_units::quantity<Reference, Rep>, Char> {
|
|||||||
}
|
}
|
||||||
void on_text(const Char* begin, const Char* end) const { std::copy(begin, end, out); }
|
void on_text(const Char* begin, const Char* end) const { std::copy(begin, end, out); }
|
||||||
};
|
};
|
||||||
|
template<typename OutputIt, typename... Args>
|
||||||
|
quantity_formatter(const formatter&, OutputIt, Args...) -> quantity_formatter<OutputIt>;
|
||||||
|
|
||||||
template<typename Handler>
|
template<typename Handler>
|
||||||
constexpr const Char* parse_quantity_specs(const Char* begin, const Char* end, Handler&& handler) const
|
constexpr const Char* parse_quantity_specs(const Char* begin, const Char* end, Handler&& handler) const
|
||||||
|
Reference in New Issue
Block a user