mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
0d0b921d83
commit
dc72d4c697
2 changed files with 3 additions and 5 deletions
|
|
@ -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 () {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue