diff --git a/src/core/include/mp-units/framework/representation_concepts.h b/src/core/include/mp-units/framework/representation_concepts.h index 82f403ab..d556be51 100644 --- a/src/core/include/mp-units/framework/representation_concepts.h +++ b/src/core/include/mp-units/framework/representation_concepts.h @@ -190,7 +190,6 @@ concept Complex = (!disable_complex) && requires(const T a, const T b, const requires std::constructible_from; } && WeaklyRegular; - namespace magnitude_impl { void magnitude() = delete; // poison pill