Oops fix typo in last commit.

[SVN r65706]
This commit is contained in:
John Maddock
2010-10-01 09:41:05 +00:00
parent b6378f93e9
commit 47e6213bd8

View File

@@ -261,7 +261,7 @@ struct nominal_candidates< T, U, V*, W*, false >
};
template<class T, class U, bool b>
struct common_type_dispatch_on_rvalueness;
struct common_type_dispatch_on_rvalueness
: deduce_common_type< T, U, typename nominal_candidates<T,U>::type >
{ };