diff --git a/src/core/include/mp-units/quantity_spec.h b/src/core/include/mp-units/quantity_spec.h index ee01c9e6..c94d1af3 100644 --- a/src/core/include/mp-units/quantity_spec.h +++ b/src/core/include/mp-units/quantity_spec.h @@ -36,10 +36,6 @@ namespace mp_units { -template - requires quantity>::_rep_safe_constructible_ -[[nodiscard]] constexpr quantity> make_quantity(Rep&& v); - namespace detail { // TODO revise the note in the below comment