diff --git a/src/core/include/mp-units/format.h b/src/core/include/mp-units/format.h index 18b1e5c85..14e2c7281 100644 --- a/src/core/include/mp-units/format.h +++ b/src/core/include/mp-units/format.h @@ -325,6 +325,8 @@ class MP_UNITS_STD_FMT::formatter, Char> { } void on_text(const Char* begin, const Char* end) const { std::copy(begin, end, out); } }; + template + quantity_formatter(const formatter&, OutputIt, Args...) -> quantity_formatter; template constexpr const Char* parse_quantity_specs(const Char* begin, const Char* end, Handler&& handler) const