From 90aa52a6ccd14dc8b30acdd82ec6285b123ae278 Mon Sep 17 00:00:00 2001 From: Roth Michaels Date: Thu, 19 Dec 2024 11:21:17 -0500 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 37e5354a..58b806eb 100644 --- a/src/core/include/mp-units/framework/representation_concepts.h +++ b/src/core/include/mp-units/framework/representation_concepts.h @@ -194,7 +194,6 @@ concept Complex = (!disable_complex) && && WeaklyRegular #endif ; - namespace magnitude_impl { void magnitude() = delete; // poison pill