From 74c8680350991d96dceec1e9e25ce5b300635318 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 12 Oct 2000 21:01:49 +0000 Subject: [PATCH] Add missing "typename" that Metrowerks compiler is picky about [SVN r7929] --- call_traits_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: