diff --git a/include/boost/type_traits/detail/common_type_imp.hpp b/include/boost/type_traits/detail/common_type_imp.hpp index cf1bcf2..09303f5 100644 --- a/include/boost/type_traits/detail/common_type_imp.hpp +++ b/include/boost/type_traits/detail/common_type_imp.hpp @@ -262,9 +262,6 @@ struct nominal_candidates< T, U, V*, W*, false > template struct common_type_dispatch_on_rvalueness; - -template< class T, class U > -struct common_type_dispatch_on_rvalueness< T, U, true > : deduce_common_type< T, U, typename nominal_candidates::type > { }; @@ -302,3 +299,4 @@ template<> struct common_type_impl< void, void > { typedef void type; }; } // namespace boost #endif // BOOST_TYPE_TRAITS_DETAIL_COMMON_TYPE_HPP +