forked from boostorg/fusion
branch for creating branch for fusion 2.1
[SVN r40237]
This commit is contained in:
12
include/boost/fusion/include/adapt_struct.hpp
Normal file
12
include/boost/fusion/include/adapt_struct.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_ADAPT_STRUCT)
|
||||
#define FUSION_INCLUDE_ADAPT_STRUCT
|
||||
|
||||
#include <boost/fusion/adapted/struct/adapt_struct.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/any.hpp
Normal file
12
include/boost/fusion/include/any.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_ANY)
|
||||
#define FUSION_INCLUDE_ANY
|
||||
|
||||
#include <boost/fusion/algorithm/query/any.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/as_vector.hpp
Normal file
12
include/boost/fusion/include/as_vector.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_AS_VECTOR)
|
||||
#define FUSION_INCLUDE_AS_VECTOR
|
||||
|
||||
#include <boost/fusion/container/vector/convert.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/at.hpp
Normal file
12
include/boost/fusion/include/at.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_AT)
|
||||
#define FUSION_INCLUDE_AT
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/at.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/begin.hpp
Normal file
12
include/boost/fusion/include/begin.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_BEGIN)
|
||||
#define FUSION_INCLUDE_BEGIN
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/begin.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/deref.hpp
Normal file
12
include/boost/fusion/include/deref.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_DEREF)
|
||||
#define FUSION_INCLUDE_DEREF
|
||||
|
||||
#include <boost/fusion/iterator/deref.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/end.hpp
Normal file
12
include/boost/fusion/include/end.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_BEGIN)
|
||||
#define FUSION_INCLUDE_BEGIN
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/end.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/equal_to.hpp
Normal file
13
include/boost/fusion/include/equal_to.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_EQUAL_TO)
|
||||
#define FUSION_INCLUDE_EQUAL_TO
|
||||
|
||||
#include <boost/fusion/iterator/equal_to.hpp>
|
||||
#include <boost/fusion/sequence/comparison/equal_to.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/filter_if.hpp
Normal file
12
include/boost/fusion/include/filter_if.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_FILTER_IF)
|
||||
#define FUSION_INCLUDE_FILTER_IF
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/filter_if.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/for_each.hpp
Normal file
12
include/boost/fusion/include/for_each.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_FOR_EACH)
|
||||
#define FUSION_INCLUDE_FOR_EACH
|
||||
|
||||
#include <boost/fusion/algorithm/iteration/for_each.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/io.hpp
Normal file
12
include/boost/fusion/include/io.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Hartmut Kaiser
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_IO)
|
||||
#define FUSION_INCLUDE_IO
|
||||
|
||||
#include <boost/fusion/sequence/io.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/is_sequence.hpp
Normal file
12
include/boost/fusion/include/is_sequence.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_IS_SEQUENCE)
|
||||
#define FUSION_INCLUDE_IS_SEQUENCE
|
||||
|
||||
#include <boost/fusion/support/is_sequence.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/join.hpp
Normal file
12
include/boost/fusion/include/join.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_JOIN)
|
||||
#define FUSION_INCLUDE_JOIN
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/join.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/joint_view.hpp
Normal file
12
include/boost/fusion/include/joint_view.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_JOINT_VIEW)
|
||||
#define FUSION_INCLUDE_JOINT_VIEW
|
||||
|
||||
#include <boost/fusion/view/joint_view.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/list.hpp
Normal file
12
include/boost/fusion/include/list.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_LIST)
|
||||
#define FUSION_INCLUDE_LIST
|
||||
|
||||
#include <boost/fusion/container/list/list.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_cons.hpp
Normal file
12
include/boost/fusion/include/make_cons.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_MAKE_CONS)
|
||||
#define FUSION_INCLUDE_MAKE_CONS
|
||||
|
||||
#include <boost/fusion/sequence/generation/make_cons.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_vector.hpp
Normal file
12
include/boost/fusion/include/make_vector.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_MAKE_VECTOR)
|
||||
#define FUSION_INCLUDE_MAKE_VECTOR
|
||||
|
||||
#include <boost/fusion/sequence/generation/make_vector.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/mpl.hpp
Normal file
13
include/boost/fusion/include/mpl.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_MPL)
|
||||
#define FUSION_INCLUDE_MPL
|
||||
|
||||
#include <boost/fusion/adapted/mpl.hpp>
|
||||
#include <boost/fusion/mpl.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/next.hpp
Normal file
12
include/boost/fusion/include/next.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_NEXT)
|
||||
#define FUSION_INCLUDE_NEXT
|
||||
|
||||
#include <boost/fusion/iterator/next.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/push_front.hpp
Normal file
12
include/boost/fusion/include/push_front.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_PUSH_FRONT)
|
||||
#define FUSION_INCLUDE_PUSH_FRONT
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/push_front.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/single_view.hpp
Normal file
12
include/boost/fusion/include/single_view.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_SINGLE_VIEW)
|
||||
#define FUSION_INCLUDE_SINGLE_VIEW
|
||||
|
||||
#include <boost/fusion/view/single_view.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/std_pair.hpp
Normal file
12
include/boost/fusion/include/std_pair.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_STD_PAIR)
|
||||
#define FUSION_INCLUDE_STD_PAIR
|
||||
|
||||
#include <boost/fusion/adapted/std_pair.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/swap.hpp
Normal file
12
include/boost/fusion/include/swap.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_SWAP)
|
||||
#define FUSION_INCLUDE_SWAP
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/swap.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/transform.hpp
Normal file
12
include/boost/fusion/include/transform.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_TRANSFORM)
|
||||
#define FUSION_INCLUDE_TRANSFORM
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/transform.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/transform_view.hpp
Normal file
12
include/boost/fusion/include/transform_view.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_TRANSFORM_VIEW)
|
||||
#define FUSION_INCLUDE_TRANSFORM_VIEW
|
||||
|
||||
#include <boost/fusion/view/transform_view.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/value_at.hpp
Normal file
12
include/boost/fusion/include/value_at.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Hartmut Kaiser
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_VALUE_AT)
|
||||
#define FUSION_INCLUDE_VALUE_AT
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/value_at.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/value_of.hpp
Normal file
12
include/boost/fusion/include/value_of.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_VALUE_OF)
|
||||
#define FUSION_INCLUDE_VALUE_OF
|
||||
|
||||
#include <boost/fusion/iterator/value_of.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/variant.hpp
Normal file
12
include/boost/fusion/include/variant.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_VARIANT)
|
||||
#define FUSION_INCLUDE_VARIANT
|
||||
|
||||
#include <boost/fusion/adapted/variant.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/vector.hpp
Normal file
12
include/boost/fusion/include/vector.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_VECTOR)
|
||||
#define FUSION_INCLUDE_VECTOR
|
||||
|
||||
#include <boost/fusion/container/vector/vector.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/vector_tie.hpp
Normal file
12
include/boost/fusion/include/vector_tie.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_VECTOR_TIE)
|
||||
#define FUSION_INCLUDE_VECTOR_TIE
|
||||
|
||||
#include <boost/fusion/sequence/generation/vector_tie.hpp>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user