Fusion: functional includes fixes; fixes #4729

[SVN r65974]
This commit is contained in:
Christopher Schmidt
2010-10-15 11:40:37 +00:00
parent 8abe272391
commit 09bd088660
6 changed files with 11 additions and 57 deletions

View File

@ -1,12 +1,13 @@
/*=============================================================================
Copyright (c) 2001-2007 Joel de Guzman
/*==============================================================================
Copyright (c) 2010 Christopher Schmidt
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>
#ifndef BOOST_FUSION_INCLUDE_MAKE_UNFUSED_HPP
#define BOOST_FUSION_INCLUDE_MAKE_UNFUSED_HPP
#include <boost/fusion/functional/generation/make_unfused.hpp>
#endif

View File

@ -1,12 +0,0 @@
/*=============================================================================
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

View File

@ -1,12 +0,0 @@
/*=============================================================================
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

View File

@ -1,12 +0,0 @@
/*=============================================================================
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

View File

@ -1,12 +1,13 @@
/*=============================================================================
Copyright (c) 2001-2007 Joel de Guzman
Copyright (c) 2010 Christopher Schmidt
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>
#ifndef BOOST_FUSION_INCLUDE_UNFUSED_HPP
#define BOOST_FUSION_INCLUDE_UNFUSED_HPP
#include <boost/fusion/functional/adapter/unfused.hpp>
#endif

View File

@ -1,12 +0,0 @@
/*=============================================================================
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