diff --git a/include/xo/unit/quantity.hpp b/include/xo/unit/quantity.hpp index 7b9b804c..c654fbe9 100644 --- a/include/xo/unit/quantity.hpp +++ b/include/xo/unit/quantity.hpp @@ -180,7 +180,7 @@ namespace xo { namespace detail { struct quantity_util { - /* parallel implementation to Quantity multiply, + /* parallel implementation to xquantity multiply, * but return type will have dimension computed at compile-time */ template @@ -419,7 +419,6 @@ namespace xo { inline constexpr auto year360s(Repr x) { return quantity(x); } template inline constexpr auto year365s(Repr x) { return quantity(x); } - //inline constexpr auto year366s(Repr x) { return quantity(x); } static constexpr auto second = seconds(1);