Removed dependency to Boost.Phoenix

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@761 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2014-12-13 20:41:15 +00:00
parent 2a88b87682
commit 08a74ccfe3
5 changed files with 25 additions and 50 deletions

View file

@ -123,7 +123,6 @@ The mock object library uses several boost libraries and will adjust some of the
* Boost.Function with BOOST_FUNCTION_MAX_ARGS required at MOCK_MAX_ARGS or higher
* Boost.FunctionTypes with BOOST_FT_MAX_ARITY required at MOCK_MAX_ARGS + 1 or higher
* Boost.Phoenix (when increasing MOCK_MAX_ARGS over 9 otherwise Boost.Bind is used) with PHOENIX_LIMIT required at MOCK_MAX_ARGS or higher
A compilation error will happen if one of those constants is already defined too low.