diff options
Diffstat (limited to '3rdParty/Boost/src/boost/spirit/include')
6 files changed, 0 insertions, 35 deletions
diff --git a/3rdParty/Boost/src/boost/spirit/include/phoenix_bind.hpp b/3rdParty/Boost/src/boost/spirit/include/phoenix_bind.hpp index f289ac0..1c8cd4e 100644 --- a/3rdParty/Boost/src/boost/spirit/include/phoenix_bind.hpp +++ b/3rdParty/Boost/src/boost/spirit/include/phoenix_bind.hpp @@ -8,11 +8,5 @@ =============================================================================*/ #ifndef BOOST_SPIRIT_INCLUDE_PHOENIX_BIND #define BOOST_SPIRIT_INCLUDE_PHOENIX_BIND - -#ifndef BOOST_SPIRIT_USE_PHOENIX_V3 -#include <boost/spirit/home/phoenix/bind.hpp> -#else #include <boost/phoenix/bind.hpp> #endif - -#endif diff --git a/3rdParty/Boost/src/boost/spirit/include/phoenix_core.hpp b/3rdParty/Boost/src/boost/spirit/include/phoenix_core.hpp index 55b5010..d08ed06 100644 --- a/3rdParty/Boost/src/boost/spirit/include/phoenix_core.hpp +++ b/3rdParty/Boost/src/boost/spirit/include/phoenix_core.hpp @@ -8,12 +8,5 @@ =============================================================================*/ #ifndef BOOST_SPIRIT_INCLUDE_PHOENIX_CORE #define BOOST_SPIRIT_INCLUDE_PHOENIX_CORE - -#ifndef BOOST_SPIRIT_USE_PHOENIX_V3 -#define BOOST_PHOENIX_DEFINE_CUSTOM_TERMINAL(A,B,C,D) -#include <boost/spirit/home/phoenix/core.hpp> -#else #include <boost/phoenix/core.hpp> #endif - -#endif diff --git a/3rdParty/Boost/src/boost/spirit/include/phoenix_function.hpp b/3rdParty/Boost/src/boost/spirit/include/phoenix_function.hpp index 76c244d..6ab828f 100644 --- a/3rdParty/Boost/src/boost/spirit/include/phoenix_function.hpp +++ b/3rdParty/Boost/src/boost/spirit/include/phoenix_function.hpp @@ -8,11 +8,5 @@ =============================================================================*/ #ifndef BOOST_SPIRIT_INCLUDE_PHOENIX_FUNCTION #define BOOST_SPIRIT_INCLUDE_PHOENIX_FUNCTION - -#ifndef BOOST_SPIRIT_USE_PHOENIX_V3 -#include <boost/spirit/home/phoenix/function.hpp> -#else #include <boost/phoenix/function.hpp> #endif - -#endif diff --git a/3rdParty/Boost/src/boost/spirit/include/phoenix_limits.hpp b/3rdParty/Boost/src/boost/spirit/include/phoenix_limits.hpp index 3d9ed3a..93a1e1e 100644 --- a/3rdParty/Boost/src/boost/spirit/include/phoenix_limits.hpp +++ b/3rdParty/Boost/src/boost/spirit/include/phoenix_limits.hpp @@ -8,9 +8,5 @@ =============================================================================*/ #ifndef BOOST_SPIRIT_INCLUDE_PHOENIX_LIMITS #define BOOST_SPIRIT_INCLUDE_PHOENIX_LIMITS - -#ifdef BOOST_SPIRIT_USE_PHOENIX_V3 #include <boost/phoenix/core/limits.hpp> #endif - -#endif diff --git a/3rdParty/Boost/src/boost/spirit/include/phoenix_operator.hpp b/3rdParty/Boost/src/boost/spirit/include/phoenix_operator.hpp index 03c66c9..5ba6921 100644 --- a/3rdParty/Boost/src/boost/spirit/include/phoenix_operator.hpp +++ b/3rdParty/Boost/src/boost/spirit/include/phoenix_operator.hpp @@ -8,11 +8,5 @@ =============================================================================*/ #ifndef BOOST_SPIRIT_INCLUDE_PHOENIX_OPERATOR #define BOOST_SPIRIT_INCLUDE_PHOENIX_OPERATOR - -#ifndef BOOST_SPIRIT_USE_PHOENIX_V3 -#include <boost/spirit/home/phoenix/operator.hpp> -#else #include <boost/phoenix/operator.hpp> #endif - -#endif diff --git a/3rdParty/Boost/src/boost/spirit/include/phoenix_scope.hpp b/3rdParty/Boost/src/boost/spirit/include/phoenix_scope.hpp index c71533e..6ab3d95 100644 --- a/3rdParty/Boost/src/boost/spirit/include/phoenix_scope.hpp +++ b/3rdParty/Boost/src/boost/spirit/include/phoenix_scope.hpp @@ -8,11 +8,5 @@ =============================================================================*/ #ifndef BOOST_SPIRIT_INCLUDE_PHOENIX_SCOPE #define BOOST_SPIRIT_INCLUDE_PHOENIX_SCOPE - -#ifndef BOOST_SPIRIT_USE_PHOENIX_V3 -#include <boost/spirit/home/phoenix/scope.hpp> -#else #include <boost/phoenix/scope.hpp> #endif - -#endif |