<mp-units/framework/unit.h>
template<Unit auto U>
constexpr bool space_before_unit_symbol = true;
Quantities of some units (e.g. degree, arcminute, arcsecond) should not be printed with the space between a number and a unit. For those a partial specialization with the value false
should be provided.