mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-24 01:27:37 +02:00
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
Reference in New Issue
Block a user