mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
6558254c50
commit
2a88b87682
3 changed files with 5 additions and 9 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue