diff --git a/src/core/include/units/quantity.h b/src/core/include/units/quantity.h index 6621f74a..c734cd7e 100644 --- a/src/core/include/units/quantity.h +++ b/src/core/include/units/quantity.h @@ -36,7 +36,7 @@ namespace units { namespace detail { -template // TODO: 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 = std::remove_cvref_t; return quantity(std::forward(v));