From e09c6670bdeed3ec3e44682f2e03c860132e34e9 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 4 May 2024 14:54:15 -0400 Subject: [PATCH] xo-unit: minor comment tidy --- include/xo/unit/quantity.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);