From 0c3bb98c6dbb281e0b4b18f1dee1c5c973c63fbd Mon Sep 17 00:00:00 2001 From: Roth Michaels Date: Mon, 9 Dec 2024 18:11:03 +0100 Subject: [PATCH] Update src/core/include/mp-units/framework/representation_concepts.h Co-authored-by: Mateusz Pusz --- src/core/include/mp-units/framework/representation_concepts.h | 1 - 1 file changed, 1 deletion(-) 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