mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +02:00
more includes
[SVN r40245]
This commit is contained in:
12
include/boost/fusion/include/category_of.hpp
Normal file
12
include/boost/fusion/include/category_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_CATEGORY_OF)
|
||||
#define FUSION_INCLUDE_CATEGORY_OF
|
||||
|
||||
#include <boost/fusion/support/category_of.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/cons.hpp
Normal file
12
include/boost/fusion/include/cons.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_CONS)
|
||||
#define FUSION_INCLUDE_CONS
|
||||
|
||||
#include <boost/fusion/container/list/cons.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/fold.hpp
Normal file
12
include/boost/fusion/include/fold.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_FOLD)
|
||||
#define FUSION_INCLUDE_FOLD
|
||||
|
||||
#include <boost/fusion/algorithm/iteration/fold.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/intrinsic.hpp
Normal file
12
include/boost/fusion/include/intrinsic.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_INTRINSIC)
|
||||
#define FUSION_INCLUDE_INTRINSIC
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/invoke.hpp
Normal file
12
include/boost/fusion/include/invoke.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_INVOKE)
|
||||
#define FUSION_INCLUDE_INVOKE
|
||||
|
||||
#include <boost/fusion/functional/invocation/invoke.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/is_view.hpp
Normal file
12
include/boost/fusion/include/is_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_IS_VIEW)
|
||||
#define FUSION_INCLUDE_IS_VIEW
|
||||
|
||||
#include <boost/fusion/support/is_view.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/iterator_base.hpp
Normal file
12
include/boost/fusion/include/iterator_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_ITERATOR_BASE)
|
||||
#define FUSION_INCLUDE_ITERATOR_BASE
|
||||
|
||||
#include <boost/fusion/support/iterator_base.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/pop_front.hpp
Normal file
12
include/boost/fusion/include/pop_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_POP_FRONT)
|
||||
#define FUSION_INCLUDE_POP_FRONT
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/pop_front.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/push_back.hpp
Normal file
12
include/boost/fusion/include/push_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_PUSH_BACK)
|
||||
#define FUSION_INCLUDE_PUSH_BACK
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/push_back.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/size.hpp
Normal file
12
include/boost/fusion/include/size.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_SIZE)
|
||||
#define FUSION_INCLUDE_SIZE
|
||||
|
||||
#include <boost/fusion/sequence/intrinsic/size.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/tag_of_fwd.hpp
Normal file
12
include/boost/fusion/include/tag_of_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_TAG_OF_FWD)
|
||||
#define FUSION_INCLUDE_TAG_OF_FWD
|
||||
|
||||
#include <boost/fusion/support/tag_of_fwd.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/tuple.hpp
Normal file
12
include/boost/fusion/include/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_TUPLE)
|
||||
#define FUSION_INCLUDE_TUPLE
|
||||
|
||||
#include <boost/fusion/tuple.hpp>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user