Dropped support for obsolete phoenix V2

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

View file

@ -15,13 +15,8 @@
#ifdef BOOST_MSVC
#pragma warning( push, 0 )
#endif
# ifdef BOOST_PHOENIX_USE_V2_OVER_V3
#include <boost/spirit/home/phoenix.hpp>
#include <boost/spirit/home/phoenix/bind.hpp>
# else
#include <boost/phoenix/phoenix.hpp>
#include <boost/phoenix/bind.hpp>
# endif
#ifdef BOOST_MSVC
#pragma warning( pop )
#endif