mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Updated to latest boost headers and layout
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@748 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
897c0bdac3
commit
077e046641
7 changed files with 24 additions and 24 deletions
|
|
@ -22,6 +22,7 @@
|
|||
# define MOCK_MAX_ARGS 9
|
||||
#elif BOOST_PP_LESS(9, MOCK_MAX_ARGS)
|
||||
# define MOCK_USE_BOOST_PHOENIX
|
||||
# define BOOST_PHOENIX_USE_V2_OVER_V3
|
||||
#endif
|
||||
|
||||
#ifndef MOCK_MAX_SEQUENCES
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "../config.hpp"
|
||||
#ifdef MOCK_USE_BOOST_PHOENIX
|
||||
#include <boost/spirit/home/phoenix/bind.hpp>
|
||||
#include <boost/phoenix/bind.hpp>
|
||||
#else
|
||||
#include <boost/bind.hpp>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue