mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +02:00
Adjust include path.
This commit is contained in:
@ -5,8 +5,8 @@
|
|||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_PP_IS_ITERATING
|
#ifndef BOOST_PP_IS_ITERATING
|
||||||
#if !defined(FUSION_LIST_TIE_07192005_0109)
|
#if !defined(FUSION_PP_LIST_TIE_07192005_0109)
|
||||||
#define FUSION_LIST_TIE_07192005_0109
|
#define FUSION_PP_LIST_TIE_07192005_0109
|
||||||
|
|
||||||
#include <boost/preprocessor/iterate.hpp>
|
#include <boost/preprocessor/iterate.hpp>
|
||||||
#include <boost/preprocessor/cat.hpp>
|
#include <boost/preprocessor/cat.hpp>
|
||||||
@ -20,7 +20,7 @@
|
|||||||
#include <boost/fusion/container/generation/detail/preprocessed/list_tie.hpp>
|
#include <boost/fusion/container/generation/detail/preprocessed/list_tie.hpp>
|
||||||
#else
|
#else
|
||||||
#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
|
#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
|
||||||
#pragma wave option(preserve: 2, line: 0, output: "detail/preprocessed/list_tie" FUSION_MAX_LIST_SIZE_STR".hpp")
|
#pragma wave option(preserve: 2, line: 0, output: "preprocessed/list_tie" FUSION_MAX_LIST_SIZE_STR".hpp")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*=============================================================================
|
/*=============================================================================
|
||||||
@ -53,7 +53,7 @@ namespace boost { namespace fusion
|
|||||||
// $$$ shouldn't we remove_reference first to allow references? $$$
|
// $$$ shouldn't we remove_reference first to allow references? $$$
|
||||||
#define BOOST_FUSION_REF(z, n, data) BOOST_PP_CAT(T, n)&
|
#define BOOST_FUSION_REF(z, n, data) BOOST_PP_CAT(T, n)&
|
||||||
|
|
||||||
#define BOOST_PP_FILENAME_1 <boost/fusion/container/generation/list_tie.hpp>
|
#define BOOST_PP_FILENAME_1 <boost/fusion/container/generation/detail/list_tie.hpp>
|
||||||
#define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_LIST_SIZE)
|
#define BOOST_PP_ITERATION_LIMITS (1, FUSION_MAX_LIST_SIZE)
|
||||||
#include BOOST_PP_ITERATE()
|
#include BOOST_PP_ITERATE()
|
||||||
|
|
||||||
|
16
include/boost/fusion/container/generation/list_tie.hpp
Normal file
16
include/boost/fusion/container/generation/list_tie.hpp
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
/*=============================================================================
|
||||||
|
Copyright (c) 2015 Kohei Takahashi
|
||||||
|
|
||||||
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
==============================================================================*/
|
||||||
|
#ifndef FUSION_LIST_TIE_06182015_0825
|
||||||
|
#define FUSION_LIST_TIE_06182015_0825
|
||||||
|
|
||||||
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
#include <boost/fusion/container/list/list.hpp>
|
||||||
|
|
||||||
|
# include <boost/fusion/container/generation/detail/pp_list_tie.hpp>
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Reference in New Issue
Block a user