diff --git a/build/boost/doc/changelog.qbk b/build/boost/doc/changelog.qbk index e942308..c7e669c 100644 --- a/build/boost/doc/changelog.qbk +++ b/build/boost/doc/changelog.qbk @@ -7,6 +7,11 @@ [section Changelog] +[section trunk] +Not yet released + +* Dropped support for obsolete Boost.Phoenix V2 + [section 1.2.6] Released 24 May 2014 diff --git a/test/detail/test_is_functor.cpp b/test/detail/test_is_functor.cpp index 666558d..597cf0c 100644 --- a/test/detail/test_is_functor.cpp +++ b/test/detail/test_is_functor.cpp @@ -12,11 +12,7 @@ #pragma warning( push, 0 ) #endif #include -# ifdef BOOST_PHOENIX_USE_V2_OVER_V3 -#include -# else #include -# endif #ifdef BOOST_MSVC #pragma warning( pop ) #endif diff --git a/test/test_log.cpp b/test/test_log.cpp index 0502991..436a62d 100644 --- a/test/test_log.cpp +++ b/test/test_log.cpp @@ -15,13 +15,8 @@ #ifdef BOOST_MSVC #pragma warning( push, 0 ) #endif -# ifdef BOOST_PHOENIX_USE_V2_OVER_V3 -#include -#include -# else #include #include -# endif #ifdef BOOST_MSVC #pragma warning( pop ) #endif