mirror of
https://github.com/boostorg/fusion.git
synced 2025-06-28 13:20:58 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
53da4e0b2c |
34
build.jam
34
build.jam
@ -1,34 +0,0 @@
|
|||||||
# Copyright René Ferdinand Rivera Morell 2023-2024
|
|
||||||
# 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)
|
|
||||||
|
|
||||||
require-b2 5.2 ;
|
|
||||||
|
|
||||||
constant boost_dependencies :
|
|
||||||
/boost/config//boost_config
|
|
||||||
/boost/container_hash//boost_container_hash
|
|
||||||
/boost/core//boost_core
|
|
||||||
/boost/function_types//boost_function_types
|
|
||||||
/boost/functional//boost_functional
|
|
||||||
/boost/mpl//boost_mpl
|
|
||||||
/boost/preprocessor//boost_preprocessor
|
|
||||||
/boost/static_assert//boost_static_assert
|
|
||||||
/boost/tuple//boost_tuple
|
|
||||||
/boost/type_traits//boost_type_traits
|
|
||||||
/boost/typeof//boost_typeof
|
|
||||||
/boost/utility//boost_utility ;
|
|
||||||
|
|
||||||
project /boost/fusion
|
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
|
||||||
|
|
||||||
explicit
|
|
||||||
[ alias boost_fusion : : : : <library>$(boost_dependencies) ]
|
|
||||||
[ alias all : boost_fusion test ]
|
|
||||||
;
|
|
||||||
|
|
||||||
call-if : boost-library fusion
|
|
||||||
;
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_ADVANCE_IMPL_20060222_2150
|
#if !defined(BOOST_FUSION_ADVANCE_IMPL_20060222_2150)
|
||||||
#define BOOST_FUSION_ADVANCE_IMPL_20060222_2150
|
#define BOOST_FUSION_ADVANCE_IMPL_20060222_2150
|
||||||
|
|
||||||
namespace example
|
namespace example
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_AT_IMPL_20060223_2017
|
#if !defined(BOOST_FUSION_AT_IMPL_20060223_2017)
|
||||||
#define BOOST_FUSION_AT_IMPL_20060223_2017
|
#define BOOST_FUSION_AT_IMPL_20060223_2017
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_AT_KEY_IMPL_20060223_2017
|
#if !defined(BOOST_FUSION_AT_KEY_IMPL_20060223_2017)
|
||||||
#define BOOST_FUSION_AT_KEY_IMPL_20060223_2017
|
#define BOOST_FUSION_AT_KEY_IMPL_20060223_2017
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BEGIN_IMPL_20060222_2042
|
#if !defined(BOOST_FUSION_BEGIN_IMPL_20060222_2042)
|
||||||
#define BOOST_FUSION_BEGIN_IMPL_20060222_2042
|
#define BOOST_FUSION_BEGIN_IMPL_20060222_2042
|
||||||
|
|
||||||
#include "../example_struct_iterator.hpp"
|
#include "../example_struct_iterator.hpp"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_CATEGORY_OF_IMPL_20060223_2037
|
#if !defined(BOOST_FUSION_CATEGORY_OF_IMPL_20060223_2037)
|
||||||
#define BOOST_FUSION_CATEGORY_OF_IMPL_20060223_2037
|
#define BOOST_FUSION_CATEGORY_OF_IMPL_20060223_2037
|
||||||
|
|
||||||
#include <boost/fusion/support/category_of.hpp>
|
#include <boost/fusion/support/category_of.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_DEREF_IMPL_20060222_1952
|
#if !defined(BOOST_FUSION_DEREF_IMPL_20060222_1952)
|
||||||
#define BOOST_FUSION_DEREF_IMPL_20060222_1952
|
#define BOOST_FUSION_DEREF_IMPL_20060222_1952
|
||||||
|
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_DISTANCE_IMPL_20060223_0814
|
#if !defined(BOOST_FUSION_DISTANCE_IMPL_20060223_0814)
|
||||||
#define BOOST_FUSION_DISTANCE_IMPL_20060223_0814
|
#define BOOST_FUSION_DISTANCE_IMPL_20060223_0814
|
||||||
|
|
||||||
#include <boost/mpl/minus.hpp>
|
#include <boost/mpl/minus.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_END_IMPL_20060222_2042
|
#if !defined(BOOST_FUSION_END_IMPL_20060222_2042)
|
||||||
#define BOOST_FUSION_END_IMPL_20060222_2042
|
#define BOOST_FUSION_END_IMPL_20060222_2042
|
||||||
|
|
||||||
#include "../example_struct_iterator.hpp"
|
#include "../example_struct_iterator.hpp"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_EQUAL_TO_IMPL_20060223_1941
|
#if !defined(BOOST_FUSION_EQUAL_TO_IMPL_20060223_1941)
|
||||||
#define BOOST_FUSION_EQUAL_TO_IMPL_20060223_1941
|
#define BOOST_FUSION_EQUAL_TO_IMPL_20060223_1941
|
||||||
|
|
||||||
#include <boost/mpl/equal_to.hpp>
|
#include <boost/mpl/equal_to.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_HAS_KEY_IMPL_20060223_2156
|
#if !defined(BOOST_FUSION_HAS_KEY_IMPL_20060223_2156)
|
||||||
#define BOOST_FUSION_HAS_KEY_IMPL_20060223_2156
|
#define BOOST_FUSION_HAS_KEY_IMPL_20060223_2156
|
||||||
|
|
||||||
#include <boost/type_traits/is_same.hpp>
|
#include <boost/type_traits/is_same.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_SEQUENCE_IMPL_20060228_1946
|
#if !defined(BOOST_FUSION_IS_SEQUENCE_IMPL_20060228_1946)
|
||||||
#define BOOST_FUSION_IS_SEQUENCE_IMPL_20060228_1946
|
#define BOOST_FUSION_IS_SEQUENCE_IMPL_20060228_1946
|
||||||
|
|
||||||
#include <boost/mpl/bool.hpp>
|
#include <boost/mpl/bool.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_VIEW_IMPL_200604227_2150
|
#if !defined(BOOST_FUSION_IS_VIEW_IMPL_200604227_2150)
|
||||||
#define BOOST_FUSION_IS_VIEW_IMPL_200604227_2150
|
#define BOOST_FUSION_IS_VIEW_IMPL_200604227_2150
|
||||||
|
|
||||||
#include <boost/mpl/bool.hpp>
|
#include <boost/mpl/bool.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_NEXT_IMPL_20060222_1859
|
#if !defined(BOOST_FUSION_NEXT_IMPL_20060222_1859)
|
||||||
#define BOOST_FUSION_NEXT_IMPL_20060222_1859
|
#define BOOST_FUSION_NEXT_IMPL_20060222_1859
|
||||||
|
|
||||||
namespace example
|
namespace example
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_PRIOR_IMPL_20060222_1944
|
#if !defined(BOOST_FUSION_PRIOR_IMPL_20060222_1944)
|
||||||
#define BOOST_FUSION_PRIOR_IMPL_20060222_1944
|
#define BOOST_FUSION_PRIOR_IMPL_20060222_1944
|
||||||
|
|
||||||
namespace example
|
namespace example
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_SIZE_IMPL_20060223_2033
|
#if !defined(BOOST_FUSION_SIZE_IMPL_20060223_2033)
|
||||||
#define BOOST_FUSION_SIZE_IMPL_20060223_2033
|
#define BOOST_FUSION_SIZE_IMPL_20060223_2033
|
||||||
|
|
||||||
#include <boost/mpl/int.hpp>
|
#include <boost/mpl/int.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_VALUE_AT_IMPL_20060223_2025
|
#if !defined(BOOST_FUSION_VALUE_AT_IMPL_20060223_2025)
|
||||||
#define BOOST_FUSION_VALUE_AT_IMPL_20060223_2025
|
#define BOOST_FUSION_VALUE_AT_IMPL_20060223_2025
|
||||||
|
|
||||||
namespace example
|
namespace example
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_VALUE_AT_KEY_IMPL_20060223_2025
|
#if !defined(BOOST_FUSION_VALUE_AT_KEY_IMPL_20060223_2025)
|
||||||
#define BOOST_FUSION_VALUE_AT_KEY_IMPL_20060223_2025
|
#define BOOST_FUSION_VALUE_AT_KEY_IMPL_20060223_2025
|
||||||
|
|
||||||
namespace fields
|
namespace fields
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_VALUE_OF_IMPL_20060223_1905
|
#if !defined(BOOST_FUSION_VALUE_OF_IMPL_20060223_1905)
|
||||||
#define BOOST_FUSION_VALUE_OF_IMPL_20060223_1905
|
#define BOOST_FUSION_VALUE_OF_IMPL_20060223_1905
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_EXAMPLE_STRUCT
|
#if !defined(BOOST_FUSION_EXAMPLE_STRUCT)
|
||||||
#define BOOST_FUSION_EXAMPLE_STRUCT
|
#define BOOST_FUSION_EXAMPLE_STRUCT
|
||||||
|
|
||||||
#include "./tag_of.hpp"
|
#include "./tag_of.hpp"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_EXAMPLE_STRUCT_ITERATOR
|
#if !defined(BOOST_FUSION_EXAMPLE_STRUCT_ITERATOR)
|
||||||
#define BOOST_FUSION_EXAMPLE_STRUCT_ITERATOR
|
#define BOOST_FUSION_EXAMPLE_STRUCT_ITERATOR
|
||||||
|
|
||||||
#include <boost/fusion/support/iterator_base.hpp>
|
#include <boost/fusion/support/iterator_base.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_EXAMPLE_STRUCT_TYPE
|
#if !defined(BOOST_FUSION_EXAMPLE_STRUCT_TYPE)
|
||||||
#define BOOST_FUSION_EXAMPLE_STRUCT_TYPE
|
#define BOOST_FUSION_EXAMPLE_STRUCT_TYPE
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_TAG_OF_20060222_2052
|
#if !defined(BOOST_FUSION_TAG_OF_20060222_2052)
|
||||||
#define BOOST_FUSION_TAG_OF_20060222_2052
|
#define BOOST_FUSION_TAG_OF_20060222_2052
|
||||||
|
|
||||||
#include <boost/fusion/support/tag_of_fwd.hpp>
|
#include <boost/fusion/support/tag_of_fwd.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_ADAPTED_30122005_1420
|
#if !defined(BOOST_FUSION_ADAPTED_30122005_1420)
|
||||||
#define BOOST_FUSION_ADAPTED_30122005_1420
|
#define BOOST_FUSION_ADAPTED_30122005_1420
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_ARRAY_27122005_1035
|
#if !defined(BOOST_FUSION_ARRAY_27122005_1035)
|
||||||
#define BOOST_FUSION_ARRAY_27122005_1035
|
#define BOOST_FUSION_ARRAY_27122005_1035
|
||||||
|
|
||||||
//For backwards compatibility
|
//For backwards compatibility
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BOOST_ARRAY_27122005_1035
|
#if !defined(BOOST_FUSION_BOOST_ARRAY_27122005_1035)
|
||||||
#define BOOST_FUSION_BOOST_ARRAY_27122005_1035
|
#define BOOST_FUSION_BOOST_ARRAY_27122005_1035
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_ARRAY_ITERATOR_26122005_2250
|
#if !defined(BOOST_FUSION_ARRAY_ITERATOR_26122005_2250)
|
||||||
#define BOOST_FUSION_ARRAY_ITERATOR_26122005_2250
|
#define BOOST_FUSION_ARRAY_ITERATOR_26122005_2250
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_AT_IMPL_27122005_1241
|
#if !defined(BOOST_FUSION_AT_IMPL_27122005_1241)
|
||||||
#define BOOST_FUSION_AT_IMPL_27122005_1241
|
#define BOOST_FUSION_AT_IMPL_27122005_1241
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BEGIN_IMPL_27122005_1117
|
#if !defined(BOOST_FUSION_BEGIN_IMPL_27122005_1117)
|
||||||
#define BOOST_FUSION_BEGIN_IMPL_27122005_1117
|
#define BOOST_FUSION_BEGIN_IMPL_27122005_1117
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_CATEGORY_OF_IMPL_27122005_1044
|
#if !defined(BOOST_FUSION_CATEGORY_OF_IMPL_27122005_1044)
|
||||||
#define BOOST_FUSION_CATEGORY_OF_IMPL_27122005_1044
|
#define BOOST_FUSION_CATEGORY_OF_IMPL_27122005_1044
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_END_IMPL_27122005_1120
|
#if !defined(BOOST_FUSION_END_IMPL_27122005_1120)
|
||||||
#define BOOST_FUSION_END_IMPL_27122005_1120
|
#define BOOST_FUSION_END_IMPL_27122005_1120
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_SEQUENCE_IMPL_27122005_1648
|
#if !defined(BOOST_FUSION_IS_SEQUENCE_IMPL_27122005_1648)
|
||||||
#define BOOST_FUSION_IS_SEQUENCE_IMPL_27122005_1648
|
#define BOOST_FUSION_IS_SEQUENCE_IMPL_27122005_1648
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_VIEW_IMPL_27042006_2221
|
#if !defined(BOOST_FUSION_IS_VIEW_IMPL_27042006_2221)
|
||||||
#define BOOST_FUSION_IS_VIEW_IMPL_27042006_2221
|
#define BOOST_FUSION_IS_VIEW_IMPL_27042006_2221
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_SIZE_IMPL_27122005_1251
|
#if !defined(BOOST_FUSION_SIZE_IMPL_27122005_1251)
|
||||||
#define BOOST_FUSION_SIZE_IMPL_27122005_1251
|
#define BOOST_FUSION_SIZE_IMPL_27122005_1251
|
||||||
|
|
||||||
namespace boost { namespace fusion {
|
namespace boost { namespace fusion {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_VALUE_AT_IMPL_27122005_1256
|
#if !defined(BOOST_FUSION_VALUE_AT_IMPL_27122005_1256)
|
||||||
#define BOOST_FUSION_VALUE_AT_IMPL_27122005_1256
|
#define BOOST_FUSION_VALUE_AT_IMPL_27122005_1256
|
||||||
|
|
||||||
namespace boost { namespace fusion {
|
namespace boost { namespace fusion {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_SEQUENCE_TAG_OF_27122005_1030
|
#if !defined(FUSION_SEQUENCE_TAG_OF_27122005_1030)
|
||||||
#define FUSION_SEQUENCE_TAG_OF_27122005_1030
|
#define FUSION_SEQUENCE_TAG_OF_27122005_1030
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BOOST_TUPLE_09272006_0732
|
#if !defined(BOOST_FUSION_BOOST_TUPLE_09272006_0732)
|
||||||
#define BOOST_FUSION_BOOST_TUPLE_09272006_0732
|
#define BOOST_FUSION_BOOST_TUPLE_09272006_0732
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_BOOST_TUPLE_ITERATOR_09262006_1851
|
#if !defined(FUSION_BOOST_TUPLE_ITERATOR_09262006_1851)
|
||||||
#define FUSION_BOOST_TUPLE_ITERATOR_09262006_1851
|
#define FUSION_BOOST_TUPLE_ITERATOR_09262006_1851
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_AT_IMPL_09262006_1920
|
#if !defined(BOOST_FUSION_AT_IMPL_09262006_1920)
|
||||||
#define BOOST_FUSION_AT_IMPL_09262006_1920
|
#define BOOST_FUSION_AT_IMPL_09262006_1920
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BEGIN_IMPL_09272006_0719
|
#if !defined(BOOST_FUSION_BEGIN_IMPL_09272006_0719)
|
||||||
#define BOOST_FUSION_BEGIN_IMPL_09272006_0719
|
#define BOOST_FUSION_BEGIN_IMPL_09272006_0719
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BUILD_CONS_10172012_0130
|
#if !defined(BOOST_FUSION_BUILD_CONS_10172012_0130)
|
||||||
#define BOOST_FUSION_BUILD_CONS_10172012_0130
|
#define BOOST_FUSION_BUILD_CONS_10172012_0130
|
||||||
|
|
||||||
#include <boost/tuple/tuple.hpp>
|
#include <boost/tuple/tuple.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_CATEGORY_OF_IMPL_09272006_0726
|
#if !defined(BOOST_FUSION_CATEGORY_OF_IMPL_09272006_0726)
|
||||||
#define BOOST_FUSION_CATEGORY_OF_IMPL_09272006_0726
|
#define BOOST_FUSION_CATEGORY_OF_IMPL_09272006_0726
|
||||||
|
|
||||||
namespace boost { namespace fusion
|
namespace boost { namespace fusion
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_CONVERT_IMPL_10172012_0120
|
#if !defined(BOOST_FUSION_CONVERT_IMPL_10172012_0120)
|
||||||
#define BOOST_FUSION_CONVERT_IMPL_10172012_0120
|
#define BOOST_FUSION_CONVERT_IMPL_10172012_0120
|
||||||
|
|
||||||
#include <boost/tuple/tuple.hpp>
|
#include <boost/tuple/tuple.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_END_IMPL_09272006_0721
|
#if !defined(BOOST_FUSION_END_IMPL_09272006_0721)
|
||||||
#define BOOST_FUSION_END_IMPL_09272006_0721
|
#define BOOST_FUSION_END_IMPL_09272006_0721
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_SEQUENCE_IMPL_09272006_0726
|
#if !defined(BOOST_FUSION_IS_SEQUENCE_IMPL_09272006_0726)
|
||||||
#define BOOST_FUSION_IS_SEQUENCE_IMPL_09272006_0726
|
#define BOOST_FUSION_IS_SEQUENCE_IMPL_09272006_0726
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_VIEW_IMPL_09272006_0725
|
#if !defined(BOOST_FUSION_IS_VIEW_IMPL_09272006_0725)
|
||||||
#define BOOST_FUSION_IS_VIEW_IMPL_09272006_0725
|
#define BOOST_FUSION_IS_VIEW_IMPL_09272006_0725
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_SIZE_IMPL_09272006_0724
|
#if !defined(BOOST_FUSION_SIZE_IMPL_09272006_0724)
|
||||||
#define BOOST_FUSION_SIZE_IMPL_09272006_0724
|
#define BOOST_FUSION_SIZE_IMPL_09272006_0724
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_VALUE_AT_IMPL_09262006_1926
|
#if !defined(BOOST_FUSION_VALUE_AT_IMPL_09262006_1926)
|
||||||
#define BOOST_FUSION_VALUE_AT_IMPL_09262006_1926
|
#define BOOST_FUSION_VALUE_AT_IMPL_09262006_1926
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_CLEAR_10172012_0100
|
#if !defined(BOOST_FUSION_CLEAR_10172012_0100)
|
||||||
#define BOOST_FUSION_CLEAR_10172012_0100
|
#define BOOST_FUSION_CLEAR_10172012_0100
|
||||||
|
|
||||||
#include <boost/mpl/identity.hpp>
|
#include <boost/mpl/identity.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_TAG_OF_09262006_1900
|
#if !defined(BOOST_FUSION_TAG_OF_09262006_1900)
|
||||||
#define BOOST_FUSION_TAG_OF_09262006_1900
|
#define BOOST_FUSION_TAG_OF_09262006_1900
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_MPL_31122005_1152
|
#if !defined(BOOST_FUSION_MPL_31122005_1152)
|
||||||
#define BOOST_FUSION_MPL_31122005_1152
|
#define BOOST_FUSION_MPL_31122005_1152
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_AT_IMPL_31122005_1642
|
#if !defined(BOOST_FUSION_AT_IMPL_31122005_1642)
|
||||||
#define BOOST_FUSION_AT_IMPL_31122005_1642
|
#define BOOST_FUSION_AT_IMPL_31122005_1642
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BEGIN_IMPL_31122005_1209
|
#if !defined(BOOST_FUSION_BEGIN_IMPL_31122005_1209)
|
||||||
#define BOOST_FUSION_BEGIN_IMPL_31122005_1209
|
#define BOOST_FUSION_BEGIN_IMPL_31122005_1209
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_CATEGORY_OF_IMPL_20060217_2141
|
#if !defined(BOOST_FUSION_CATEGORY_OF_IMPL_20060217_2141)
|
||||||
#define BOOST_FUSION_CATEGORY_OF_IMPL_20060217_2141
|
#define BOOST_FUSION_CATEGORY_OF_IMPL_20060217_2141
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_EMPTY_IMPL_31122005_1554
|
#if !defined(BOOST_FUSION_EMPTY_IMPL_31122005_1554)
|
||||||
#define BOOST_FUSION_EMPTY_IMPL_31122005_1554
|
#define BOOST_FUSION_EMPTY_IMPL_31122005_1554
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_END_IMPL_31122005_1237
|
#if !defined(BOOST_FUSION_END_IMPL_31122005_1237)
|
||||||
#define BOOST_FUSION_END_IMPL_31122005_1237
|
#define BOOST_FUSION_END_IMPL_31122005_1237
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_HAS_KEY_IMPL_31122005_1647
|
#if !defined(BOOST_FUSION_HAS_KEY_IMPL_31122005_1647)
|
||||||
#define BOOST_FUSION_HAS_KEY_IMPL_31122005_1647
|
#define BOOST_FUSION_HAS_KEY_IMPL_31122005_1647
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_SEQUENCE_IMPL_31122005_1505
|
#if !defined(BOOST_FUSION_IS_SEQUENCE_IMPL_31122005_1505)
|
||||||
#define BOOST_FUSION_IS_SEQUENCE_IMPL_31122005_1505
|
#define BOOST_FUSION_IS_SEQUENCE_IMPL_31122005_1505
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_VIEW_IMPL_03202006_0048
|
#if !defined(BOOST_FUSION_IS_VIEW_IMPL_03202006_0048)
|
||||||
#define BOOST_FUSION_IS_VIEW_IMPL_03202006_0048
|
#define BOOST_FUSION_IS_VIEW_IMPL_03202006_0048
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_SIZE_IMPL_31122005_1508
|
#if !defined(BOOST_FUSION_SIZE_IMPL_31122005_1508)
|
||||||
#define BOOST_FUSION_SIZE_IMPL_31122005_1508
|
#define BOOST_FUSION_SIZE_IMPL_31122005_1508
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_VALUE_AT_IMPL_31122005_1621
|
#if !defined(BOOST_FUSION_VALUE_AT_IMPL_31122005_1621)
|
||||||
#define BOOST_FUSION_VALUE_AT_IMPL_31122005_1621
|
#define BOOST_FUSION_VALUE_AT_IMPL_31122005_1621
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_MPL_ITERATOR_05052005_0731
|
#if !defined(FUSION_MPL_ITERATOR_05052005_0731)
|
||||||
#define FUSION_MPL_ITERATOR_05052005_0731
|
#define FUSION_MPL_ITERATOR_05052005_0731
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY__01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY__01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY__01062013_1700
|
#define BOOST_FUSION_STD_ARRAY__01062013_1700
|
||||||
|
|
||||||
#include <boost/fusion/adapted/std_array/std_array_iterator.hpp>
|
#include <boost/fusion/adapted/std_array/std_array_iterator.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_ARRAY_SIZE_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_ARRAY_SIZE_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_ARRAY_SIZE_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_ARRAY_SIZE_01062013_1700
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_AT_IMPL_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_AT_IMPL_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_AT_IMPL_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_AT_IMPL_01062013_1700
|
||||||
|
|
||||||
#include <boost/type_traits/is_const.hpp>
|
#include <boost/type_traits/is_const.hpp>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_BEGIN_OF_IMPL_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_BEGIN_OF_IMPL_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_BEGIN_OF_IMPL_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_BEGIN_OF_IMPL_01062013_1700
|
||||||
|
|
||||||
#include <boost/fusion/adapted/std_array/std_array_iterator.hpp>
|
#include <boost/fusion/adapted/std_array/std_array_iterator.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_CATEGORY_OF_IMPL_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_CATEGORY_OF_IMPL_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_CATEGORY_OF_IMPL_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_CATEGORY_OF_IMPL_01062013_1700
|
||||||
|
|
||||||
#include <boost/config/no_tr1/utility.hpp>
|
#include <boost/config/no_tr1/utility.hpp>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_END_OF_IMPL_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_END_OF_IMPL_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_END_OF_IMPL_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_END_OF_IMPL_01062013_1700
|
||||||
|
|
||||||
#include <boost/fusion/adapted/std_array/std_array_iterator.hpp>
|
#include <boost/fusion/adapted/std_array/std_array_iterator.hpp>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_IS_SEQUENCE_IMPL_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_IS_SEQUENCE_IMPL_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_IS_SEQUENCE_IMPL_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_IS_SEQUENCE_IMPL_01062013_1700
|
||||||
|
|
||||||
#include <boost/mpl/bool.hpp>
|
#include <boost/mpl/bool.hpp>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_IS_VIEW_IMPL_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_IS_VIEW_IMPL_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_IS_VIEW_IMPL_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_IS_VIEW_IMPL_01062013_1700
|
||||||
|
|
||||||
#include <boost/mpl/bool.hpp>
|
#include <boost/mpl/bool.hpp>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_SIZE_IMPL_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_SIZE_IMPL_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_SIZE_IMPL_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_SIZE_IMPL_01062013_1700
|
||||||
|
|
||||||
#include <boost/fusion/adapted/std_array/detail/array_size.hpp>
|
#include <boost/fusion/adapted/std_array/detail/array_size.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_VALUE_AT_IMPL_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_VALUE_AT_IMPL_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_VALUE_AT_IMPL_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_VALUE_AT_IMPL_01062013_1700
|
||||||
|
|
||||||
namespace boost { namespace fusion {
|
namespace boost { namespace fusion {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_ARRAY_ITERATOR_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_ARRAY_ITERATOR_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_ARRAY_ITERATOR_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_ARRAY_ITERATOR_01062013_1700
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_STD_ARRAY_TAG_OF_01062013_1700
|
#if !defined(BOOST_FUSION_STD_ARRAY_TAG_OF_01062013_1700)
|
||||||
#define BOOST_FUSION_STD_ARRAY_TAG_OF_01062013_1700
|
#define BOOST_FUSION_STD_ARRAY_TAG_OF_01062013_1700
|
||||||
|
|
||||||
#include <boost/fusion/support/tag_of_fwd.hpp>
|
#include <boost/fusion/support/tag_of_fwd.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BOOST_TUPLE_09242011_1744
|
#if !defined(BOOST_FUSION_BOOST_TUPLE_09242011_1744)
|
||||||
#define BOOST_FUSION_BOOST_TUPLE_09242011_1744
|
#define BOOST_FUSION_BOOST_TUPLE_09242011_1744
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_AT_IMPL_09242011_1744
|
#if !defined(BOOST_FUSION_AT_IMPL_09242011_1744)
|
||||||
#define BOOST_FUSION_AT_IMPL_09242011_1744
|
#define BOOST_FUSION_AT_IMPL_09242011_1744
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BEGIN_IMPL_09242011_1744
|
#if !defined(BOOST_FUSION_BEGIN_IMPL_09242011_1744)
|
||||||
#define BOOST_FUSION_BEGIN_IMPL_09242011_1744
|
#define BOOST_FUSION_BEGIN_IMPL_09242011_1744
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_BUILD_STD_TUPLE_05292014_0100
|
#if !defined(BOOST_FUSION_BUILD_STD_TUPLE_05292014_0100)
|
||||||
#define BOOST_FUSION_BUILD_STD_TUPLE_05292014_0100
|
#define BOOST_FUSION_BUILD_STD_TUPLE_05292014_0100
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_CATEGORY_OF_IMPL_04202013_0940
|
#if !defined(BOOST_FUSION_CATEGORY_OF_IMPL_04202013_0940)
|
||||||
#define BOOST_FUSION_CATEGORY_OF_IMPL_04202013_0940
|
#define BOOST_FUSION_CATEGORY_OF_IMPL_04202013_0940
|
||||||
|
|
||||||
namespace boost { namespace fusion
|
namespace boost { namespace fusion
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_CONVERT_IMPL_10172012_0940
|
#if !defined(BOOST_FUSION_CONVERT_IMPL_10172012_0940)
|
||||||
#define BOOST_FUSION_CONVERT_IMPL_10172012_0940
|
#define BOOST_FUSION_CONVERT_IMPL_10172012_0940
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_END_IMPL_09242011_1744
|
#if !defined(BOOST_FUSION_END_IMPL_09242011_1744)
|
||||||
#define BOOST_FUSION_END_IMPL_09242011_1744
|
#define BOOST_FUSION_END_IMPL_09242011_1744
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_SEQUENCE_IMPL_09242011_1744
|
#if !defined(BOOST_FUSION_IS_SEQUENCE_IMPL_09242011_1744)
|
||||||
#define BOOST_FUSION_IS_SEQUENCE_IMPL_09242011_1744
|
#define BOOST_FUSION_IS_SEQUENCE_IMPL_09242011_1744
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_IS_VIEW_IMPL_09242011_1744
|
#if !defined(BOOST_FUSION_IS_VIEW_IMPL_09242011_1744)
|
||||||
#define BOOST_FUSION_IS_VIEW_IMPL_09242011_1744
|
#define BOOST_FUSION_IS_VIEW_IMPL_09242011_1744
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_SIZE_IMPL_09242011_1744
|
#if !defined(BOOST_FUSION_SIZE_IMPL_09242011_1744)
|
||||||
#define BOOST_FUSION_SIZE_IMPL_09242011_1744
|
#define BOOST_FUSION_SIZE_IMPL_09242011_1744
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_VALUE_AT_IMPL_09242011_1744
|
#if !defined(BOOST_FUSION_VALUE_AT_IMPL_09242011_1744)
|
||||||
#define BOOST_FUSION_VALUE_AT_IMPL_09242011_1744
|
#define BOOST_FUSION_VALUE_AT_IMPL_09242011_1744
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_CLEAR_10172012_0940
|
#if !defined(BOOST_FUSION_CLEAR_10172012_0940)
|
||||||
#define BOOST_FUSION_CLEAR_10172012_0940
|
#define BOOST_FUSION_CLEAR_10172012_0940
|
||||||
|
|
||||||
#include <boost/mpl/identity.hpp>
|
#include <boost/mpl/identity.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_STD_TUPLE_ITERATOR_09112011_1905
|
#if !defined(FUSION_STD_TUPLE_ITERATOR_09112011_1905)
|
||||||
#define FUSION_STD_TUPLE_ITERATOR_09112011_1905
|
#define FUSION_STD_TUPLE_ITERATOR_09112011_1905
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_TAG_OF_09112011_1842
|
#if !defined(BOOST_FUSION_TAG_OF_09112011_1842)
|
||||||
#define BOOST_FUSION_TAG_OF_09112011_1842
|
#define BOOST_FUSION_TAG_OF_09112011_1842
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_ALGORITHM_10022005_0549
|
#if !defined(FUSION_ALGORITHM_10022005_0549)
|
||||||
#define FUSION_ALGORITHM_10022005_0549
|
#define FUSION_ALGORITHM_10022005_0549
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_ALGORITHM_AUXILIARY_02192011_0907
|
#if !defined(FUSION_ALGORITHM_AUXILIARY_02192011_0907)
|
||||||
#define FUSION_ALGORITHM_AUXILIARY_02192011_0907
|
#define FUSION_ALGORITHM_AUXILIARY_02192011_0907
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_COPY_02162011_2308
|
#if !defined(FUSION_COPY_02162011_2308)
|
||||||
#define FUSION_COPY_02162011_2308
|
#define FUSION_COPY_02162011_2308
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_MOVE_01192013_2225
|
#if !defined(FUSION_MOVE_01192013_2225)
|
||||||
#define FUSION_MOVE_01192013_2225
|
#define FUSION_MOVE_01192013_2225
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_ALGORITHM_ITERATION_10022005_0549
|
#if !defined(FUSION_ALGORITHM_ITERATION_10022005_0549)
|
||||||
#define FUSION_ALGORITHM_ITERATION_10022005_0549
|
#define FUSION_ALGORITHM_ITERATION_10022005_0549
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_ACCUMULATE_09172005_1032
|
#if !defined(FUSION_ACCUMULATE_09172005_1032)
|
||||||
#define FUSION_ACCUMULATE_09172005_1032
|
#define FUSION_ACCUMULATE_09172005_1032
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_ACCUMULATE_FWD_HPP_INCLUDED
|
#if !defined(BOOST_FUSION_ACCUMULATE_FWD_HPP_INCLUDED)
|
||||||
#define BOOST_FUSION_ACCUMULATE_FWD_HPP_INCLUDED
|
#define BOOST_FUSION_ACCUMULATE_FWD_HPP_INCLUDED
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef FUSION_FOR_EACH_05052005_1028
|
#if !defined(FUSION_FOR_EACH_05052005_1028)
|
||||||
#define FUSION_FOR_EACH_05052005_1028
|
#define FUSION_FOR_EACH_05052005_1028
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_FOLD_S_HPP_INCLUDED
|
#if !defined(BOOST_FUSION_FOLD_S_HPP_INCLUDED)
|
||||||
#define BOOST_FUSION_FOLD_S_HPP_INCLUDED
|
#define BOOST_FUSION_FOLD_S_HPP_INCLUDED
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_SEGMENTED_FOR_EACH_HPP_INCLUDED
|
#if !defined(BOOST_FUSION_SEGMENTED_FOR_EACH_HPP_INCLUDED)
|
||||||
#define BOOST_FUSION_SEGMENTED_FOR_EACH_HPP_INCLUDED
|
#define BOOST_FUSION_SEGMENTED_FOR_EACH_HPP_INCLUDED
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <boost/core/enable_if.hpp>
|
#include <boost/core/enable_if.hpp>
|
||||||
#include <boost/type_traits/add_reference.hpp>
|
#include <boost/type_traits/add_reference.hpp>
|
||||||
|
|
||||||
#ifndef BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
|
#if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
|
||||||
#include <boost/fusion/algorithm/iteration/detail/preprocessed/fold.hpp>
|
#include <boost/fusion/algorithm/iteration/detail/preprocessed/fold.hpp>
|
||||||
#else
|
#else
|
||||||
#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
|
#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_FUSION_FOR_EACH_20070527_0943
|
#if !defined(BOOST_FUSION_FOR_EACH_20070527_0943)
|
||||||
#define BOOST_FUSION_FOR_EACH_20070527_0943
|
#define BOOST_FUSION_FOR_EACH_20070527_0943
|
||||||
|
|
||||||
#include <boost/fusion/support/config.hpp>
|
#include <boost/fusion/support/config.hpp>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user