no_prefix set for prefixed_unit

This commit is contained in:
Mateusz Pusz
2019-12-17 20:16:05 +01:00
parent 3decaecb52
commit 589e26fa81

View File

@@ -139,7 +139,7 @@ struct prefixed_unit :
downcast_child<Child, scaled_unit<ratio_multiply<typename P::ratio, typename U::ratio>, typename U::reference>> { downcast_child<Child, scaled_unit<ratio_multiply<typename P::ratio, typename U::ratio>, typename U::reference>> {
static constexpr bool is_named = true; static constexpr bool is_named = true;
static constexpr auto symbol = P::symbol + U::symbol; static constexpr auto symbol = P::symbol + U::symbol;
using prefix_type = P::prefix_type; using prefix_type = no_prefix;
}; };
/** /**