mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-21 16:22:45 +02:00
more flat includes
[SVN r40250]
This commit is contained in:
12
include/boost/fusion/include/accumulate.hpp
Normal file
12
include/boost/fusion/include/accumulate.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_ACCUMULATE)
|
||||
#define FUSION_INCLUDE_ACCUMULATE
|
||||
|
||||
#include <boost/fusion/algorithm/accumulate.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/adapted.hpp
Normal file
12
include/boost/fusion/include/adapted.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_ADAPTED)
|
||||
#define FUSION_INCLUDE_ADAPTED
|
||||
|
||||
#include <boost/fusion/adapted.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/adapter.hpp
Normal file
12
include/boost/fusion/include/adapter.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_ADAPTER)
|
||||
#define FUSION_INCLUDE_ADAPTER
|
||||
|
||||
#include <boost/fusion/functional/adapter.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/advance.hpp
Normal file
12
include/boost/fusion/include/advance.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_ADVANCE)
|
||||
#define FUSION_INCLUDE_ADVANCE
|
||||
|
||||
#include <boost/fusion/iterator/advance.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/algorithm.hpp
Normal file
12
include/boost/fusion/include/algorithm.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_ALGORITHM)
|
||||
#define FUSION_INCLUDE_ALGORITHM
|
||||
|
||||
#include <boost/fusion/algorithm.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/all.hpp
Normal file
12
include/boost/fusion/include/all.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_ALL)
|
||||
#define FUSION_INCLUDE_ALL
|
||||
|
||||
#include <boost/fusion/algorithm/query/all.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/array.hpp
Normal file
12
include/boost/fusion/include/array.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_ARRAY)
|
||||
#define FUSION_INCLUDE_ARRAY
|
||||
|
||||
#include <boost/fusion/adapted/array.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/boost_tuple.hpp
Normal file
12
include/boost/fusion/include/boost_tuple.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_BOOST_TUPLE)
|
||||
#define FUSION_INCLUDE_BOOST_TUPLE
|
||||
|
||||
#include <boost/fusion/adapted/boost_tuple.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/clear.hpp
Normal file
12
include/boost/fusion/include/clear.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_CLEAR)
|
||||
#define FUSION_INCLUDE_CLEAR
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/clear.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/comparison.hpp
Normal file
12
include/boost/fusion/include/comparison.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_COMPARISON)
|
||||
#define FUSION_INCLUDE_COMPARISON
|
||||
|
||||
#include <boost/fusion/sequence/comparison.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/container.hpp
Normal file
12
include/boost/fusion/include/container.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_CONTAINER)
|
||||
#define FUSION_INCLUDE_CONTAINER
|
||||
|
||||
#include <boost/fusion/container.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/convert.hpp
Normal file
12
include/boost/fusion/include/convert.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_CONVERT)
|
||||
#define FUSION_INCLUDE_CONVERT
|
||||
|
||||
#include <boost/fusion/sequence/convert.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/count.hpp
Normal file
12
include/boost/fusion/include/count.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_COUNT)
|
||||
#define FUSION_INCLUDE_COUNT
|
||||
|
||||
#include <boost/fusion/algorithm/query/count.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/count_if.hpp
Normal file
12
include/boost/fusion/include/count_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_COUNT_IF)
|
||||
#define FUSION_INCLUDE_COUNT_IF
|
||||
|
||||
#include <boost/fusion/algorithm/query/count_if.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/deduce.hpp
Normal file
12
include/boost/fusion/include/deduce.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_DEDUCE)
|
||||
#define FUSION_INCLUDE_DEDUCE
|
||||
|
||||
#include <boost/fusion/support/deduce.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/deduce_sequence.hpp
Normal file
12
include/boost/fusion/include/deduce_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_DEDUCE_SEQUENCE)
|
||||
#define FUSION_INCLUDE_DEDUCE_SEQUENCE
|
||||
|
||||
#include <boost/fusion/support/deduce_sequence.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/deque.hpp
Normal file
12
include/boost/fusion/include/deque.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_DEQUE)
|
||||
#define FUSION_INCLUDE_DEQUE
|
||||
|
||||
#include <boost/fusion/container/deque.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/deque_fwd.hpp
Normal file
12
include/boost/fusion/include/deque_fwd.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_DEQUE)
|
||||
#define FUSION_INCLUDE_DEQUE
|
||||
|
||||
#include <boost/fusion/container/deque/deque_fwd.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/distance.hpp
Normal file
12
include/boost/fusion/include/distance.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_DISTANCE)
|
||||
#define FUSION_INCLUDE_DISTANCE
|
||||
|
||||
#include <boost/fusion/iterator/distance.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/erase.hpp
Normal file
12
include/boost/fusion/include/erase.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_ERASE)
|
||||
#define FUSION_INCLUDE_ERASE
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/erase.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/erase_key.hpp
Normal file
12
include/boost/fusion/include/erase_key.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_ERASE_KEY)
|
||||
#define FUSION_INCLUDE_ERASE_KEY
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/erase_key.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/filter.hpp
Normal file
12
include/boost/fusion/include/filter.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)
|
||||
#define FUSION_INCLUDE_FILTER
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/filter.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/filter_view.hpp
Normal file
12
include/boost/fusion/include/filter_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_FILTER_VIEW)
|
||||
#define FUSION_INCLUDE_FILTER_VIEW
|
||||
|
||||
#include <boost/fusion/view/filter_view.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/find.hpp
Normal file
12
include/boost/fusion/include/find.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_FIND)
|
||||
#define FUSION_INCLUDE_FIND
|
||||
|
||||
#include <boost/fusion/algorithm/query/find.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/find_if.hpp
Normal file
12
include/boost/fusion/include/find_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_FIND_IF)
|
||||
#define FUSION_INCLUDE_FIND_IF
|
||||
|
||||
#include <boost/fusion/algorithm/query/find_if.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/functional.hpp
Normal file
12
include/boost/fusion/include/functional.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_FUNCTIONAL)
|
||||
#define FUSION_INCLUDE_FUNCTIONAL
|
||||
|
||||
#include <boost/fusion/functional.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/generation.hpp
Normal file
13
include/boost/fusion/include/generation.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_GENERATION)
|
||||
#define FUSION_INCLUDE_GENERATION
|
||||
|
||||
#include <boost/fusion/sequence/generation.hpp>
|
||||
#include <boost/fusion/functional/generation.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/insert.hpp
Normal file
12
include/boost/fusion/include/insert.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_INSERT)
|
||||
#define FUSION_INCLUDE_INSERT
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/insert.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/insert_range.hpp
Normal file
12
include/boost/fusion/include/insert_range.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_INSERT_RANGE)
|
||||
#define FUSION_INCLUDE_INSERT_RANGE
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/insert_range.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/invocation.hpp
Normal file
12
include/boost/fusion/include/invocation.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_INVOCATION)
|
||||
#define FUSION_INCLUDE_INVOCATION
|
||||
|
||||
#include <boost/fusion/functional/invocation.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/is_iterator.hpp
Normal file
12
include/boost/fusion/include/is_iterator.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_ITERATOR)
|
||||
#define FUSION_INCLUDE_IS_ITERATOR
|
||||
|
||||
#include <boost/fusion/support/is_iterator.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/iteration.hpp
Normal file
12
include/boost/fusion/include/iteration.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_ITERATION)
|
||||
#define FUSION_INCLUDE_ITERATION
|
||||
|
||||
#include <boost/fusion/algorithm/iteration.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/iterator.hpp
Normal file
12
include/boost/fusion/include/iterator.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_ITERATOR)
|
||||
#define FUSION_INCLUDE_ITERATOR
|
||||
|
||||
#include <boost/fusion/iterator.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/iterator_facade.hpp
Normal file
12
include/boost/fusion/include/iterator_facade.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_ITERATOR_FACADE)
|
||||
#define FUSION_INCLUDE_ITERATOR_FACADE
|
||||
|
||||
#include <boost/fusion/iterator/iterator_facade.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/iterator_range.hpp
Normal file
12
include/boost/fusion/include/iterator_range.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_ITERATOR_RANGE)
|
||||
#define FUSION_INCLUDE_ITERATOR_RANGE
|
||||
|
||||
#include <boost/fusion/view/iterator_range.hpp>
|
||||
|
||||
#endif
|
@ -7,6 +7,6 @@
|
||||
#if !defined(FUSION_INCLUDE_LIST)
|
||||
#define FUSION_INCLUDE_LIST
|
||||
|
||||
#include <boost/fusion/container/list/list.hpp>
|
||||
#include <boost/fusion/container/list.hpp>
|
||||
|
||||
#endif
|
||||
|
12
include/boost/fusion/include/list_fwd.hpp
Normal file
12
include/boost/fusion/include/list_fwd.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_FWD)
|
||||
#define FUSION_INCLUDE_LIST_FWD
|
||||
|
||||
#include <boost/fusion/container/list/list_fwd.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_tuple.hpp
Normal file
12
include/boost/fusion/include/make_tuple.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_TUPLE)
|
||||
#define FUSION_INCLUDE_MAKE_TUPLE
|
||||
|
||||
#include <boost/fusion/tuple/make_tuple.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/map.hpp
Normal file
12
include/boost/fusion/include/map.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_MAP)
|
||||
#define FUSION_INCLUDE_MAP
|
||||
|
||||
#include <boost/fusion/container/map.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/map_fwd.hpp
Normal file
12
include/boost/fusion/include/map_fwd.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_MAP_FWD)
|
||||
#define FUSION_INCLUDE_MAP_FWD
|
||||
|
||||
#include <boost/fusion/container/map/map_fwd.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/none.hpp
Normal file
12
include/boost/fusion/include/none.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_NONE)
|
||||
#define FUSION_INCLUDE_NONE
|
||||
|
||||
#include <boost/fusion/algorithm/query/none.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/pair.hpp
Normal file
12
include/boost/fusion/include/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_PAIR)
|
||||
#define FUSION_INCLUDE_PAIR
|
||||
|
||||
#include <boost/fusion/support/pair.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/pop_back.hpp
Normal file
12
include/boost/fusion/include/pop_back.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_POP_BACK)
|
||||
#define FUSION_INCLUDE_POP_BACK
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/pop_back.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/prior.hpp
Normal file
12
include/boost/fusion/include/prior.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_PRIOR)
|
||||
#define FUSION_INCLUDE_PRIOR
|
||||
|
||||
#include <boost/fusion/iterator/prior.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/query.hpp
Normal file
12
include/boost/fusion/include/query.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_QUERY)
|
||||
#define FUSION_INCLUDE_QUERY
|
||||
|
||||
#include <boost/fusion/algorithm/query.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/remove.hpp
Normal file
12
include/boost/fusion/include/remove.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_REMOVE_IF)
|
||||
#define FUSION_INCLUDE_REMOVE_IF
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/remove_if.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/remove_if.hpp
Normal file
12
include/boost/fusion/include/remove_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_REMOVE_IF)
|
||||
#define FUSION_INCLUDE_REMOVE_IF
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/remove_if.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/repetetive_view.hpp
Normal file
12
include/boost/fusion/include/repetetive_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_REPETETIVE_VIEW)
|
||||
#define FUSION_INCLUDE_REPETETIVE_VIEW
|
||||
|
||||
#include <boost/fusion/view/repetitive_view.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/replace.hpp
Normal file
12
include/boost/fusion/include/replace.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_REPLACE)
|
||||
#define FUSION_INCLUDE_REPLACE
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/replace.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/replace_if.hpp
Normal file
12
include/boost/fusion/include/replace_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_REPLACE_IF)
|
||||
#define FUSION_INCLUDE_REPLACE_IF
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/replace_if.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/reverse.hpp
Normal file
12
include/boost/fusion/include/reverse.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_REVERSE)
|
||||
#define FUSION_INCLUDE_REVERSE
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/reverse.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/reverse_view.hpp
Normal file
12
include/boost/fusion/include/reverse_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_REVERSE_VIEW)
|
||||
#define FUSION_INCLUDE_REVERSE_VIEW
|
||||
|
||||
#include <boost/fusion/view/reverse_view.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/sequence.hpp
Normal file
12
include/boost/fusion/include/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_SEQUENCE)
|
||||
#define FUSION_INCLUDE_SEQUENCE
|
||||
|
||||
#include <boost/fusion/sequence.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/sequence_base.hpp
Normal file
12
include/boost/fusion/include/sequence_base.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_SEQUENCE_BASE)
|
||||
#define FUSION_INCLUDE_SEQUENCE_BASE
|
||||
|
||||
#include <boost/fusion/support/sequence_base.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/sequence_facade.hpp
Normal file
12
include/boost/fusion/include/sequence_facade.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_SEQUENCE_FACADE)
|
||||
#define FUSION_INCLUDE_SEQUENCE_FACADE
|
||||
|
||||
#include <boost/fusion/sequence/sequence_facade.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/set.hpp
Normal file
12
include/boost/fusion/include/set.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_SET)
|
||||
#define FUSION_INCLUDE_SET
|
||||
|
||||
#include <boost/fusion/container/set.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/set_fwd.hpp
Normal file
12
include/boost/fusion/include/set_fwd.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_SET_FWD)
|
||||
#define FUSION_INCLUDE_SET_FWD
|
||||
|
||||
#include <boost/fusion/container/set/set_fwd.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/struct.hpp
Normal file
12
include/boost/fusion/include/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_STRUCT)
|
||||
#define FUSION_INCLUDE_STRUCT
|
||||
|
||||
#include <boost/fusion/adapted/struct.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/support.hpp
Normal file
12
include/boost/fusion/include/support.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_SUPPORT)
|
||||
#define FUSION_INCLUDE_SUPPORT
|
||||
|
||||
#include <boost/fusion/support.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/tag_of.hpp
Normal file
12
include/boost/fusion/include/tag_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_TAG_OF)
|
||||
#define FUSION_INCLUDE_TAG_OF
|
||||
|
||||
#include <boost/fusion/support/tag_of.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/transformation.hpp
Normal file
12
include/boost/fusion/include/transformation.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_TRANSFORMATION)
|
||||
#define FUSION_INCLUDE_TRANSFORMATION
|
||||
|
||||
#include <boost/fusion/algorithm/transformation.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/tuple_fwd.hpp
Normal file
12
include/boost/fusion/include/tuple_fwd.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_TUPLE_FWD)
|
||||
#define FUSION_INCLUDE_TUPLE_FWD
|
||||
|
||||
#include <boost/fusion/tuple/tuple_fwd.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/tuple_tie.hpp
Normal file
12
include/boost/fusion/include/tuple_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_TUPLE_TIE)
|
||||
#define FUSION_INCLUDE_TUPLE_TIE
|
||||
|
||||
#include <boost/fusion/tuple/tuple_tie.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/unused.hpp
Normal file
12
include/boost/fusion/include/unused.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_UNUSED)
|
||||
#define FUSION_INCLUDE_UNUSED
|
||||
|
||||
#include <boost/fusion/support/unused.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/utility.hpp
Normal file
12
include/boost/fusion/include/utility.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_UTILITY)
|
||||
#define FUSION_INCLUDE_UTILITY
|
||||
|
||||
#include <boost/fusion/sequence/utility.hpp>
|
||||
|
||||
#endif
|
@ -7,6 +7,6 @@
|
||||
#if !defined(FUSION_INCLUDE_VECTOR)
|
||||
#define FUSION_INCLUDE_VECTOR
|
||||
|
||||
#include <boost/fusion/container/vector/vector.hpp>
|
||||
#include <boost/fusion/container/vector.hpp>
|
||||
|
||||
#endif
|
||||
|
12
include/boost/fusion/include/vector10.hpp
Normal file
12
include/boost/fusion/include/vector10.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_VECTOR10)
|
||||
#define FUSION_INCLUDE_VECTOR10
|
||||
|
||||
#include <boost/fusion/container/vector/vector10.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/vector20.hpp
Normal file
12
include/boost/fusion/include/vector20.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_VECTOR20)
|
||||
#define FUSION_INCLUDE_VECTOR20
|
||||
|
||||
#include <boost/fusion/container/vector/vector20.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/vector30.hpp
Normal file
12
include/boost/fusion/include/vector30.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_VECTOR30)
|
||||
#define FUSION_INCLUDE_VECTOR30
|
||||
|
||||
#include <boost/fusion/container/vector/vector30.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/vector40.hpp
Normal file
12
include/boost/fusion/include/vector40.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_VECTOR40)
|
||||
#define FUSION_INCLUDE_VECTOR40
|
||||
|
||||
#include <boost/fusion/container/vector/vector40.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/vector50.hpp
Normal file
12
include/boost/fusion/include/vector50.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_VECTOR50)
|
||||
#define FUSION_INCLUDE_VECTOR50
|
||||
|
||||
#include <boost/fusion/container/vector/vector50.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/vector_fwd.hpp
Normal file
12
include/boost/fusion/include/vector_fwd.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_FWD)
|
||||
#define FUSION_INCLUDE_VECTOR_FWD
|
||||
|
||||
#include <boost/fusion/container/vector/vector_fwd.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/view.hpp
Normal file
12
include/boost/fusion/include/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_VIEW)
|
||||
#define FUSION_INCLUDE_VIEW
|
||||
|
||||
#include <boost/fusion/view.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/void.hpp
Normal file
12
include/boost/fusion/include/void.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_VOID)
|
||||
#define FUSION_INCLUDE_VOID
|
||||
|
||||
#include <boost/fusion/support/void.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/zip.hpp
Normal file
12
include/boost/fusion/include/zip.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_ZIP)
|
||||
#define FUSION_INCLUDE_ZIP
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/zip.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/zip_view.hpp
Normal file
12
include/boost/fusion/include/zip_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_ZIP_VIEW)
|
||||
#define FUSION_INCLUDE_ZIP_VIEW
|
||||
|
||||
#include <boost/fusion/view/zip_view.hpp>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user