From 974110646a102aa81a7cee05863d74acafbe4302 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 25 Aug 2023 20:42:48 +0200 Subject: [PATCH] refactor: repeated forward declaration of `make_quantity` removed --- src/core/include/mp-units/quantity_spec.h | 4 ---- 1 file changed, 4 deletions(-) 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