Skip to content

Commit

Permalink
Update src/core/include/mp-units/framework/representation_concepts.h
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Pusz <mateusz.pusz@gmail.com>
  • Loading branch information
rothmichaels and mpusz authored Dec 19, 2024
1 parent ada508a commit 90aa52a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ concept Complex = (!disable_complex<T>) &&
&& WeaklyRegular<T>
#endif
;

namespace magnitude_impl {

void magnitude() = delete; // poison pill
Expand Down

0 comments on commit 90aa52a

Please sign in to comment.