forked from boostorg/type_traits
Oops fix typo in last commit.
[SVN r65706]
This commit is contained in:
@@ -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 >
|
||||
{ };
|
||||
|
||||
|
Reference in New Issue
Block a user