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
|
|
@ -92,6 +92,7 @@ BOOST_AUTO_TEST_CASE( boost_lambda_is_functor )
|
|||
BOOST_AUTO_TEST_CASE( boost_phoenix_is_functor )
|
||||
{
|
||||
check( boost::phoenix::arg_names::arg1 < 42 );
|
||||
check( boost::phoenix::arg_names::_1 < 42 );
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE( boost_function_is_functor )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue