2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-17 14:02:10 +00:00

Move cpp03 impl into cpp03 directory.

This commit is contained in:
Kohei Takahashi
2016-02-20 14:51:02 +09:00
parent 79ff7fe634
commit 10ce4c4636
5 changed files with 9 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ namespace boost { namespace phoenix
}
// Bring in the result_of::actor<>
#include <boost/phoenix/core/detail/actor_result_of.hpp>
#include <boost/phoenix/core/detail/cpp03/actor_result_of.hpp>
////////////////////////////////////////////////////////////////////////////
//
@@ -211,7 +211,7 @@ namespace boost { namespace phoenix
}
// Bring in the rest
#include <boost/phoenix/core/detail/actor_operator.hpp>
#include <boost/phoenix/core/detail/cpp03/actor_operator.hpp>
};
}}

View File

@@ -62,7 +62,7 @@ namespace boost { namespace phoenix
{};
};
#include <boost/phoenix/core/detail/call.hpp>
#include <boost/phoenix/core/detail/cpp03/call.hpp>
}
namespace proto

View File

@@ -18,7 +18,7 @@
#include <boost/phoenix/support/iterate.hpp>
#if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
#pragma wave option(preserve: 2, line: 0, output: "cpp03/preprocessed/actor_operator_" BOOST_PHOENIX_LIMIT_STR ".hpp")
#pragma wave option(preserve: 2, line: 0, output: "preprocessed/actor_operator_" BOOST_PHOENIX_LIMIT_STR ".hpp")
#endif
/*==============================================================================
Copyright (c) 2005-2010 Joel de Guzman
@@ -38,7 +38,7 @@
#define BOOST_PHOENIX_ITERATION_PARAMS \
(3, (1, BOOST_PHOENIX_ACTOR_LIMIT, \
<boost/phoenix/core/detail/actor_operator.hpp>))
<boost/phoenix/core/detail/cpp03/actor_operator.hpp>))
#include BOOST_PHOENIX_ITERATE()
#undef M0

View File

@@ -18,7 +18,7 @@
#include <boost/phoenix/support/iterate.hpp>
#if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
#pragma wave option(preserve: 2, line: 0, output: "cpp03/preprocessed/actor_result_of_" BOOST_PHOENIX_LIMIT_STR ".hpp")
#pragma wave option(preserve: 2, line: 0, output: "preprocessed/actor_result_of_" BOOST_PHOENIX_LIMIT_STR ".hpp")
#endif
/*==============================================================================
@@ -70,7 +70,7 @@
#define BOOST_PHOENIX_ITERATION_PARAMS \
(3, (1, BOOST_PHOENIX_ACTOR_LIMIT, \
<boost/phoenix/core/detail/actor_result_of.hpp>))
<boost/phoenix/core/detail/cpp03/actor_result_of.hpp>))
#include BOOST_PHOENIX_ITERATE()
}

View File

@@ -14,7 +14,7 @@
#define BOOST_PHOENIX_CORE_DETAIL_CALL_HPP
#if defined(__WAVE__) && defined(BOOST_PHOENIX_CREATE_PREPROCESSED_FILES)
#pragma wave option(preserve: 2, line: 0, output: "cpp03/preprocessed/call_" BOOST_PHOENIX_LIMIT_STR ".hpp")
#pragma wave option(preserve: 2, line: 0, output: "preprocessed/call_" BOOST_PHOENIX_LIMIT_STR ".hpp")
#endif
/*==============================================================================
@@ -45,7 +45,7 @@
{
#define BOOST_PHOENIX_ITERATION_PARAMS \
(3, (1, BOOST_PHOENIX_LIMIT, \
<boost/phoenix/core/detail/call.hpp>))
<boost/phoenix/core/detail/cpp03/call.hpp>))
#include BOOST_PHOENIX_ITERATE()
}