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

@ -7,6 +7,11 @@
[section Changelog] [section Changelog]
[section trunk]
Not yet released
* Dropped support for obsolete Boost.Phoenix V2
[section 1.2.6] [section 1.2.6]
Released 24 May 2014 Released 24 May 2014

View file

@ -12,11 +12,7 @@
#pragma warning( push, 0 ) #pragma warning( push, 0 )
#endif #endif
#include <boost/lambda/lambda.hpp> #include <boost/lambda/lambda.hpp>
# ifdef BOOST_PHOENIX_USE_V2_OVER_V3
#include <boost/spirit/home/phoenix.hpp>
# else
#include <boost/phoenix/phoenix.hpp> #include <boost/phoenix/phoenix.hpp>
# endif
#ifdef BOOST_MSVC #ifdef BOOST_MSVC
#pragma warning( pop ) #pragma warning( pop )
#endif #endif

View file

@ -15,13 +15,8 @@
#ifdef BOOST_MSVC #ifdef BOOST_MSVC
#pragma warning( push, 0 ) #pragma warning( push, 0 )
#endif #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/phoenix.hpp>
#include <boost/phoenix/bind.hpp> #include <boost/phoenix/bind.hpp>
# endif
#ifdef BOOST_MSVC #ifdef BOOST_MSVC
#pragma warning( pop ) #pragma warning( pop )
#endif #endif