forked from boostorg/utility
Add missing "typename" that Metrowerks compiler is picky about
[SVN r7929]
This commit is contained in:
@@ -327,7 +327,7 @@ struct call_traits_test<T, true>
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
void call_traits_test<T, true>::assert_construct(boost::call_traits<T>::param_type val)
|
||||
void call_traits_test<T, true>::assert_construct(typename boost::call_traits<T>::param_type val)
|
||||
{
|
||||
//
|
||||
// this is to check that the call_traits assertions are valid:
|
||||
|
Reference in New Issue
Block a user