diff --git a/src/include/units/bits/numeric_concepts.h b/src/include/units/bits/numeric_concepts.h index 8d6cfdd5..361d6a29 100644 --- a/src/include/units/bits/numeric_concepts.h +++ b/src/include/units/bits/numeric_concepts.h @@ -251,7 +251,7 @@ namespace std { detail::summable_with && constructible_from, int> && // specifically T{0} and T{1} constructible_from, int> && // specifically U{0} and U{1} -// constructible_from>, int> && // TODO uncomment this when the problem is resolved + constructible_from>, int> && common_reference_with && requires(T&& t, U&& u) { { std::forward(t) * std::forward(t) } -> common_with;