mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@306 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
d6850d9c20
commit
8e3420f735
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
# ifndef PHOENIX_LIMIT
|
# ifndef PHOENIX_LIMIT
|
||||||
# define PHOENIX_LIMIT MOCK_MAX_ARGS
|
# define PHOENIX_LIMIT MOCK_MAX_ARGS
|
||||||
# elif (PHOENIX_LIMIT < MOCK_MAX_ARGS)
|
# elif (PHOENIX_LIMIT < MOCK_MAX_ARGS)
|
||||||
# error "PHOENIX_LIMIT is set too low"
|
# error PHOENIX_LIMIT must be set to MOCK_MAX_ARGS or higher
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# define MOCK_USE_BOOST_BIND
|
# define MOCK_USE_BOOST_BIND
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
#ifndef BOOST_FUNCTION_MAX_ARGS
|
#ifndef BOOST_FUNCTION_MAX_ARGS
|
||||||
# define BOOST_FUNCTION_MAX_ARGS MOCK_MAX_ARGS
|
# define BOOST_FUNCTION_MAX_ARGS MOCK_MAX_ARGS
|
||||||
#elif (BOOST_FUNCTION_MAX_ARGS < MOCK_MAX_ARGS)
|
#elif (BOOST_FUNCTION_MAX_ARGS < MOCK_MAX_ARGS)
|
||||||
# error "BOOST_FUNCTION_MAX_ARGS is set too low"
|
# error BOOST_FUNCTION_MAX_ARGS must be set to MOCK_MAX_ARGS or higher
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BOOST_TEST_DECL
|
#ifdef BOOST_TEST_DECL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue