diff --git a/call_traits_test.cpp b/call_traits_test.cpp index 255b916..0c7155e 100644 --- a/call_traits_test.cpp +++ b/call_traits_test.cpp @@ -327,7 +327,7 @@ struct call_traits_test }; template -void call_traits_test::assert_construct(boost::call_traits::param_type val) +void call_traits_test::assert_construct(typename boost::call_traits::param_type val) { // // this is to check that the call_traits assertions are valid: