Fix for gcc

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@7 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2009-08-28 21:11:33 +00:00
parent 0d0b921d83
commit dc72d4c697
2 changed files with 3 additions and 5 deletions

View file

@ -19,7 +19,7 @@ namespace
template< typename T >
void check( T )
{
BOOST_STATIC_ASSERT(( mock::detail::is_functor< T >::value ));
BOOST_STATIC_ASSERT(( mock::detail::is_functor< T >::type::value ));
}
void f0 () {}