mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +02:00
Update src/core/include/mp-units/framework/representation_concepts.h
Co-authored-by: Mateusz Pusz <mateusz.pusz@gmail.com>
This commit is contained in:
@ -190,7 +190,6 @@ concept Complex = (!disable_complex<T>) && requires(const T a, const T b, const
|
|||||||
requires std::constructible_from<T, decltype(::mp_units::real(c)), decltype(::mp_units::imag(c))>;
|
requires std::constructible_from<T, decltype(::mp_units::real(c)), decltype(::mp_units::imag(c))>;
|
||||||
} && WeaklyRegular<T>;
|
} && WeaklyRegular<T>;
|
||||||
|
|
||||||
|
|
||||||
namespace magnitude_impl {
|
namespace magnitude_impl {
|
||||||
|
|
||||||
void magnitude() = delete; // poison pill
|
void magnitude() = delete; // poison pill
|
||||||
|
Reference in New Issue
Block a user