diff --git a/src/core/include/units/quantity.h b/src/core/include/units/quantity.h index fc100ab6..c7f8b071 100644 --- a/src/core/include/units/quantity.h +++ b/src/core/include/units/quantity.h @@ -36,7 +36,7 @@ namespace units { namespace detail { -template // Replace with `v * R{}` pending https://github.com/BobSteagall/wg21/issues/58. +template // TODO: Replace with `v * R{}` pending https://github.com/BobSteagall/wg21/issues/58. inline constexpr auto make_quantity = [](auto v) { using Rep = decltype(v); return quantity(std::move(v));