Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65974 - trunk/boost/fusion/include
From: mr.chr.schmidt_at_[hidden]
Date: 2010-10-15 07:40:41


Author: cschmidt
Date: 2010-10-15 07:40:37 EDT (Fri, 15 Oct 2010)
New Revision: 65974
URL: http://svn.boost.org/trac/boost/changeset/65974

Log:
Fusion: functional includes fixes; fixes #4729
Added:
   trunk/boost/fusion/include/make_unfused.hpp (contents, props changed)
   trunk/boost/fusion/include/unfused.hpp (contents, props changed)
Removed:
   trunk/boost/fusion/include/make_unfused_generic.hpp
   trunk/boost/fusion/include/make_unfused_lvalue_args.hpp
   trunk/boost/fusion/include/make_unfused_rvalue_args.hpp
   trunk/boost/fusion/include/unfused_generic.hpp
   trunk/boost/fusion/include/unfused_lvalue_args.hpp
   trunk/boost/fusion/include/unfused_rvalue_args.hpp

Added: trunk/boost/fusion/include/make_unfused.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/fusion/include/make_unfused.hpp 2010-10-15 07:40:37 EDT (Fri, 15 Oct 2010)
@@ -0,0 +1,13 @@
+/*==============================================================================
+ 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)
+==============================================================================*/
+
+#ifndef BOOST_FUSION_INCLUDE_MAKE_UNFUSED_HPP
+#define BOOST_FUSION_INCLUDE_MAKE_UNFUSED_HPP
+
+#include <boost/fusion/functional/generation/make_unfused.hpp>
+
+#endif

Deleted: trunk/boost/fusion/include/make_unfused_generic.hpp
==============================================================================
--- trunk/boost/fusion/include/make_unfused_generic.hpp 2010-10-15 07:40:37 EDT (Fri, 15 Oct 2010)
+++ (empty 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

Deleted: trunk/boost/fusion/include/make_unfused_lvalue_args.hpp
==============================================================================
--- trunk/boost/fusion/include/make_unfused_lvalue_args.hpp 2010-10-15 07:40:37 EDT (Fri, 15 Oct 2010)
+++ (empty 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

Deleted: trunk/boost/fusion/include/make_unfused_rvalue_args.hpp
==============================================================================
--- trunk/boost/fusion/include/make_unfused_rvalue_args.hpp 2010-10-15 07:40:37 EDT (Fri, 15 Oct 2010)
+++ (empty 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

Added: trunk/boost/fusion/include/unfused.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/fusion/include/unfused.hpp 2010-10-15 07:40:37 EDT (Fri, 15 Oct 2010)
@@ -0,0 +1,13 @@
+/*=============================================================================
+ 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)
+==============================================================================*/
+
+#ifndef BOOST_FUSION_INCLUDE_UNFUSED_HPP
+#define BOOST_FUSION_INCLUDE_UNFUSED_HPP
+
+#include <boost/fusion/functional/adapter/unfused.hpp>
+
+#endif

Deleted: trunk/boost/fusion/include/unfused_generic.hpp
==============================================================================
--- trunk/boost/fusion/include/unfused_generic.hpp 2010-10-15 07:40:37 EDT (Fri, 15 Oct 2010)
+++ (empty 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_GENERIC)
-#define FUSION_INCLUDE_UNFUSED_GENERIC
-
-#include <boost/fusion/functional/adapter/unfused_generic.hpp>
-
-#endif

Deleted: trunk/boost/fusion/include/unfused_lvalue_args.hpp
==============================================================================
--- trunk/boost/fusion/include/unfused_lvalue_args.hpp 2010-10-15 07:40:37 EDT (Fri, 15 Oct 2010)
+++ (empty 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_LVALUE_ARGS)
-#define FUSION_INCLUDE_UNFUSED_LVALUE_ARGS
-
-#include <boost/fusion/functional/adapter/unfused_lvalue_args.hpp>
-
-#endif

Deleted: trunk/boost/fusion/include/unfused_rvalue_args.hpp
==============================================================================
--- trunk/boost/fusion/include/unfused_rvalue_args.hpp 2010-10-15 07:40:37 EDT (Fri, 15 Oct 2010)
+++ (empty 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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk