refactor: repeated forward declaration of make_quantity removed

This commit is contained in:
Mateusz Pusz
2023-08-25 20:42:48 +02:00
parent f37aa8bbd0
commit 974110646a

View File

@@ -36,10 +36,6 @@
namespace mp_units {
template<Reference auto R, typename Rep>
requires quantity<R, std::remove_cvref_t<Rep>>::_rep_safe_constructible_
[[nodiscard]] constexpr quantity<R, std::remove_cvref_t<Rep>> make_quantity(Rep&& v);
namespace detail {
// TODO revise the note in the below comment