From 47e6213bd80421c1fbf7945bb8c944f72b7b2694 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 1 Oct 2010 09:41:05 +0000 Subject: [PATCH] Oops fix typo in last commit. [SVN r65706] --- include/boost/type_traits/detail/common_type_imp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/detail/common_type_imp.hpp b/include/boost/type_traits/detail/common_type_imp.hpp index 09303f5..9e06282 100644 --- a/include/boost/type_traits/detail/common_type_imp.hpp +++ b/include/boost/type_traits/detail/common_type_imp.hpp @@ -261,7 +261,7 @@ struct nominal_candidates< T, U, V*, W*, false > }; template -struct common_type_dispatch_on_rvalueness; +struct common_type_dispatch_on_rvalueness : deduce_common_type< T, U, typename nominal_candidates::type > { };