From b6378f93e937a879e5c19d02f89a7c9ea99a2ad8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 1 Oct 2010 09:37:22 +0000 Subject: [PATCH] Tentative patch for IMB's compiler. [SVN r65705] --- include/boost/type_traits/detail/common_type_imp.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +