Update src/core/include/mp-units/framework/representation_concepts.h

Co-authored-by: Mateusz Pusz <mateusz.pusz@gmail.com>
This commit is contained in:
Roth Michaels
2024-12-19 11:21:17 -05:00
committed by GitHub
parent ada508a683
commit 90aa52a6cc

View File

@@ -194,7 +194,6 @@ concept Complex = (!disable_complex<T>) &&
&& WeaklyRegular<T> && WeaklyRegular<T>
#endif #endif
; ;
namespace magnitude_impl { namespace magnitude_impl {
void magnitude() = delete; // poison pill void magnitude() = delete; // poison pill