diff --git a/src/core/include/units/unit.h b/src/core/include/units/unit.h index 4dd877fb..68b465a5 100644 --- a/src/core/include/units/unit.h +++ b/src/core/include/units/unit.h @@ -75,7 +75,7 @@ struct named_unit { }; template -struct named_unit { +struct named_unit : std::remove_const_t { static constexpr auto symbol = Symbol; };