diff --git a/example/include/ranged_representation.h b/example/include/ranged_representation.h index 617e3612..c732b816 100644 --- a/example/include/ranged_representation.h +++ b/example/include/ranged_representation.h @@ -45,11 +45,3 @@ public: template inline constexpr bool mp_units::is_scalar> = mp_units::is_scalar; - -template -struct std::common_type> : - std::type_identity, Min, Max>> {}; - -template -struct std::common_type, std::intmax_t> : - std::type_identity, Min, Max>> {};