Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-10-21 01:13:04


Author: djowel
Date: 2007-10-21 01:13:03 EDT (Sun, 21 Oct 2007)
New Revision: 40251
URL: http://svn.boost.org/trac/boost/changeset/40251

Log:
updates for fusion 2.1
Added:
   branches/fusion/2_1/boost/fusion/include/as_deque.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/as_list.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/as_map.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/as_set.hpp (contents, props changed)

Added: branches/fusion/2_1/boost/fusion/include/as_deque.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/as_deque.hpp 2007-10-21 01:13:03 EDT (Sun, 21 Oct 2007)
@@ -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_AS_DEQUE)
+#define FUSION_INCLUDE_AS_DEQUE
+
+#include <boost/fusion/container/deque/convert.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/as_list.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/as_list.hpp 2007-10-21 01:13:03 EDT (Sun, 21 Oct 2007)
@@ -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_AS_LIST)
+#define FUSION_INCLUDE_AS_LIST
+
+#include <boost/fusion/container/list/convert.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/as_map.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/as_map.hpp 2007-10-21 01:13:03 EDT (Sun, 21 Oct 2007)
@@ -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_AS_MAP)
+#define FUSION_INCLUDE_AS_MAP
+
+#include <boost/fusion/container/map/convert.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/as_set.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/as_set.hpp 2007-10-21 01:13:03 EDT (Sun, 21 Oct 2007)
@@ -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_AS_SET)
+#define FUSION_INCLUDE_AS_SET
+
+#include <boost/fusion/container/set/convert.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