From 589e26fa8170fe705d933dcb2e1ff938b7f06cd8 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 17 Dec 2019 20:16:05 +0100 Subject: [PATCH] no_prefix set for prefixed_unit --- src/include/units/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/units/unit.h b/src/include/units/unit.h index 0a4cf121..2c59ba23 100644 --- a/src/include/units/unit.h +++ b/src/include/units/unit.h @@ -139,7 +139,7 @@ struct prefixed_unit : downcast_child, typename U::reference>> { static constexpr bool is_named = true; static constexpr auto symbol = P::symbol + U::symbol; - using prefix_type = P::prefix_type; + using prefix_type = no_prefix; }; /**