mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Clean-up
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@115 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
617ab7965f
commit
0a796db220
2 changed files with 3 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ namespace detail
|
||||||
};
|
};
|
||||||
|
|
||||||
MOCK_IS_FUNCTION_HELPER( has_result_type, result_type )
|
MOCK_IS_FUNCTION_HELPER( has_result_type, result_type )
|
||||||
MOCK_IS_FUNCTION_HELPER( has_sig, template sig< void > )
|
MOCK_IS_FUNCTION_HELPER( has_sig, BOOST_NESTED_TEMPLATE sig< void > )
|
||||||
MOCK_IS_FUNCTION_HELPER( has_result, template result< void > )
|
MOCK_IS_FUNCTION_HELPER( has_result, BOOST_NESTED_TEMPLATE result< void > )
|
||||||
|
|
||||||
#undef MOCK_IS_FUNCTION_HELPER
|
#undef MOCK_IS_FUNCTION_HELPER
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -92,6 +92,7 @@ BOOST_AUTO_TEST_CASE( boost_lambda_is_functor )
|
||||||
BOOST_AUTO_TEST_CASE( boost_phoenix_is_functor )
|
BOOST_AUTO_TEST_CASE( boost_phoenix_is_functor )
|
||||||
{
|
{
|
||||||
check( boost::phoenix::arg_names::arg1 < 42 );
|
check( boost::phoenix::arg_names::arg1 < 42 );
|
||||||
|
check( boost::phoenix::arg_names::_1 < 42 );
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( boost_function_is_functor )
|
BOOST_AUTO_TEST_CASE( boost_function_is_functor )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue