Add missing "typename" that Metrowerks compiler is picky about

[SVN r7929]
This commit is contained in:
Beman Dawes
2000-10-12 21:01:49 +00:00
parent 3cd9f5b623
commit 74c8680350

View File

@@ -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: