mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-21 16:22:45 +02:00
more flat includes
[SVN r40253]
This commit is contained in:
12
include/boost/fusion/include/at_key.hpp
Normal file
12
include/boost/fusion/include/at_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_AT_KEY)
|
||||
#define FUSION_INCLUDE_AT_KEY
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/at_key.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/back.hpp
Normal file
12
include/boost/fusion/include/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_BACK)
|
||||
#define FUSION_INCLUDE_BACK
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/back.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/cons_tie.hpp
Normal file
12
include/boost/fusion/include/cons_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_CONS_TIE)
|
||||
#define FUSION_INCLUDE_CONS_TIE
|
||||
|
||||
#include <boost/fusion/sequence/generation/cons_tie.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/deque_tie.hpp
Normal file
13
include/boost/fusion/include/deque_tie.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/empty.hpp
Normal file
12
include/boost/fusion/include/empty.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_EMPTY)
|
||||
#define FUSION_INCLUDE_EMPTY
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/empty.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/front.hpp
Normal file
12
include/boost/fusion/include/front.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_FRONT)
|
||||
#define FUSION_INCLUDE_FRONT
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/front.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/greater.hpp
Normal file
12
include/boost/fusion/include/greater.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_NOT_GREATER)
|
||||
#define FUSION_INCLUDE_NOT_GREATER
|
||||
|
||||
#include <boost/fusion/sequence/comparison/greater.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/greater_equal.hpp
Normal file
12
include/boost/fusion/include/greater_equal.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_GREATER_EQUAL)
|
||||
#define FUSION_INCLUDE_GREATER_EQUAL
|
||||
|
||||
#include <boost/fusion/sequence/comparison/greater_equal.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/has_key.hpp
Normal file
12
include/boost/fusion/include/has_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_HAS_KEY)
|
||||
#define FUSION_INCLUDE_EMPTY
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/has_key.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/ignore.hpp
Normal file
13
include/boost/fusion/include/ignore.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/less.hpp
Normal file
12
include/boost/fusion/include/less.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_LESS)
|
||||
#define FUSION_INCLUDE_LESS
|
||||
|
||||
#include <boost/fusion/sequence/comparison/less.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/less_equal.hpp
Normal file
12
include/boost/fusion/include/less_equal.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_LESS_EQUAL)
|
||||
#define FUSION_INCLUDE_LESS_EQUAL
|
||||
|
||||
#include <boost/fusion/sequence/comparison/less_equal.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/list_tie.hpp
Normal file
13
include/boost/fusion/include/list_tie.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/make_deque.hpp
Normal file
12
include/boost/fusion/include/make_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_MAKE_DEQUE)
|
||||
#define FUSION_INCLUDE_MAKE_DEQUE
|
||||
|
||||
#include <boost/fusion/sequence/generation/make_deque.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_list.hpp
Normal file
12
include/boost/fusion/include/make_list.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_MAKE_LIST)
|
||||
#define FUSION_INCLUDE_MAKE_LIST
|
||||
|
||||
#include <boost/fusion/sequence/generation/make_list.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_map.hpp
Normal file
12
include/boost/fusion/include/make_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_MAKE_MAP)
|
||||
#define FUSION_INCLUDE_MAKE_MAP
|
||||
|
||||
#include <boost/fusion/sequence/generation/make_map.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_set.hpp
Normal file
12
include/boost/fusion/include/make_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_MAKE_SET)
|
||||
#define FUSION_INCLUDE_MAKE_SET
|
||||
|
||||
#include <boost/fusion/sequence/generation/make_set.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/map_tie.hpp
Normal file
12
include/boost/fusion/include/map_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_MAP_TIE)
|
||||
#define FUSION_INCLUDE_MAP_TIE
|
||||
|
||||
#include <boost/fusion/sequence/generation/map_tie.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/not_equal_to.hpp
Normal file
13
include/boost/fusion/include/not_equal_to.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_NOT_EQUAL_TO)
|
||||
#define FUSION_INCLUDE_NOT_EQUAL_TO
|
||||
|
||||
#include <boost/fusion/iterator/equal_to.hpp>
|
||||
#include <boost/fusion/sequence/comparison/not_equal_to.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/pair_tie.hpp
Normal file
12
include/boost/fusion/include/pair_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_PAIR_TIE)
|
||||
#define FUSION_INCLUDE_PAIR_TIE
|
||||
|
||||
#include <boost/fusion/sequence/generation/pair_tie.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/value_at_key.hpp
Normal file
12
include/boost/fusion/include/value_at_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_VALUE_AT_KEY)
|
||||
#define FUSION_INCLUDE_VALUE_AT_KEY
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/value_at_key.hpp>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user