diff --git a/include/xo/unit/unit.hpp b/include/xo/unit/unit.hpp index b8b8c1b9..56157c94 100644 --- a/include/xo/unit/unit.hpp +++ b/include/xo/unit/unit.hpp @@ -270,12 +270,12 @@ namespace xo { }; using meter = wrap_unit< std::ratio<1>, - bpu_node< bpu> > >; + bpu_node< bpu> > >; using kilometer = wrap_unit< std::ratio<1>, - bpu_node< bpu> > >; + bpu_node< bpu> > >; template <> struct scaled_native_unit_abbrev> { static constexpr auto value = stringliteral("km");