mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 12:07:36 +02:00
more flat includes
[SVN r40252]
This commit is contained in:
12
include/boost/fusion/include/fused.hpp
Normal file
12
include/boost/fusion/include/fused.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_FUSED)
|
||||
#define FUSION_INCLUDE_FUSED
|
||||
|
||||
#include <boost/fusion/functional/adapter/fused.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/fused_function_object.hpp
Normal file
12
include/boost/fusion/include/fused_function_object.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_FUSED_FUNCTION_OBJECT)
|
||||
#define FUSION_INCLUDE_FUSED_FUNCTION_OBJECT
|
||||
|
||||
#include <boost/fusion/functional/adapter/fused_function_object.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/fused_procedure.hpp
Normal file
12
include/boost/fusion/include/fused_procedure.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_FUSED_PROCEDURE)
|
||||
#define FUSION_INCLUDE_FUSED_PROCEDURE
|
||||
|
||||
#include <boost/fusion/functional/adapter/fused_procedure.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/invoke_function_object.hpp
Normal file
12
include/boost/fusion/include/invoke_function_object.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_FUNCTION_OBJECT)
|
||||
#define FUSION_INCLUDE_INVOKE_FUNCTION_OBJECT
|
||||
|
||||
#include <boost/fusion/functional/invocation/invoke_function_object.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/invoke_procedure.hpp
Normal file
12
include/boost/fusion/include/invoke_procedure.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_PROCEDURE)
|
||||
#define FUSION_INCLUDE_INVOKE_PROCEDURE
|
||||
|
||||
#include <boost/fusion/functional/invocation/invoke_procedure.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_fused.hpp
Normal file
12
include/boost/fusion/include/make_fused.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_FUSED)
|
||||
#define FUSION_INCLUDE_MAKE_FUSED
|
||||
|
||||
#include <boost/fusion/functional/generation/make_fused.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_fused_function_object.hpp
Normal file
12
include/boost/fusion/include/make_fused_function_object.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_FUSED_FUNCTION_OBJECT)
|
||||
#define FUSION_INCLUDE_MAKE_FUSED_FUNCTION_OBJECT
|
||||
|
||||
#include <boost/fusion/functional/generation/make_fused_function_object.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_fused_procedure.hpp
Normal file
12
include/boost/fusion/include/make_fused_procedure.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_FUSED_PROCEDURE)
|
||||
#define FUSION_INCLUDE_MAKE_FUSED_PROCEDURE
|
||||
|
||||
#include <boost/fusion/functional/generation/make_fused_procedure.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_unfused_generic.hpp
Normal file
12
include/boost/fusion/include/make_unfused_generic.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_UNFUSED_GENERIC)
|
||||
#define FUSION_INCLUDE_MAKE_UNFUSED_GENERIC
|
||||
|
||||
#include <boost/fusion/functional/generation/make_unfused_generic.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_unfused_lvalue_args.hpp
Normal file
12
include/boost/fusion/include/make_unfused_lvalue_args.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_UNFUSED_LVALUE_ARGS)
|
||||
#define FUSION_INCLUDE_MAKE_UNFUSED_LVALUE_ARGS
|
||||
|
||||
#include <boost/fusion/functional/generation/make_unfused_lvalue_args.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/make_unfused_rvalue_args.hpp
Normal file
12
include/boost/fusion/include/make_unfused_rvalue_args.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_UNFUSED_RVALUE_ARGS)
|
||||
#define FUSION_INCLUDE_MAKE_UNFUSED_RVALUE_ARGS
|
||||
|
||||
#include <boost/fusion/functional/generation/make_unfused_rvalue_args.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/unfused_generic.hpp
Normal file
12
include/boost/fusion/include/unfused_generic.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_UNFUSED_GENERIC)
|
||||
#define FUSION_INCLUDE_UNFUSED_GENERIC
|
||||
|
||||
#include <boost/fusion/functional/adapter/unfused_generic.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/unfused_lvalue_args.hpp
Normal file
12
include/boost/fusion/include/unfused_lvalue_args.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_UNFUSED_LVALUE_ARGS)
|
||||
#define FUSION_INCLUDE_UNFUSED_LVALUE_ARGS
|
||||
|
||||
#include <boost/fusion/functional/adapter/unfused_lvalue_args.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/unfused_rvalue_args.hpp
Normal file
12
include/boost/fusion/include/unfused_rvalue_args.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_UNFUSED_RVALUE_ARGS)
|
||||
#define FUSION_INCLUDE_UNFUSED_RVALUE_ARGS
|
||||
|
||||
#include <boost/fusion/functional/adapter/unfused_rvalue_args.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/unfused_typed.hpp
Normal file
12
include/boost/fusion/include/unfused_typed.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_UNFUSED_TYPED)
|
||||
#define FUSION_INCLUDE_UNFUSED_TYPED
|
||||
|
||||
#include <boost/fusion/functional/adapter/unfused_typed.hpp>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user