Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-10-20 23:01:14


Author: djowel
Date: 2007-10-20 23:01:13 EDT (Sat, 20 Oct 2007)
New Revision: 40245
URL: http://svn.boost.org/trac/boost/changeset/40245

Log:
more includes
Added:
   branches/fusion/2_1/boost/fusion/include/category_of.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/cons.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/fold.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/intrinsic.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/invoke.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/is_view.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/iterator_base.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/pop_front.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/push_back.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/size.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/tag_of_fwd.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/tuple.hpp (contents, props changed)

Added: branches/fusion/2_1/boost/fusion/include/category_of.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/category_of.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_CATEGORY_OF)
+#define FUSION_INCLUDE_CATEGORY_OF
+
+#include <boost/fusion/support/category_of.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/cons.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/cons.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_CONS)
+#define FUSION_INCLUDE_CONS
+
+#include <boost/fusion/container/list/cons.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/fold.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/fold.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_FOLD)
+#define FUSION_INCLUDE_FOLD
+
+#include <boost/fusion/algorithm/iteration/fold.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/intrinsic.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/intrinsic.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_INTRINSIC)
+#define FUSION_INCLUDE_INTRINSIC
+
+#include <boost/fusion/sequence/intrinsic.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/invoke.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/invoke.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_INVOKE)
+#define FUSION_INCLUDE_INVOKE
+
+#include <boost/fusion/functional/invocation/invoke.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/is_view.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/is_view.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_IS_VIEW)
+#define FUSION_INCLUDE_IS_VIEW
+
+#include <boost/fusion/support/is_view.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/iterator_base.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/iterator_base.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_ITERATOR_BASE)
+#define FUSION_INCLUDE_ITERATOR_BASE
+
+#include <boost/fusion/support/iterator_base.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/pop_front.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/pop_front.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_POP_FRONT)
+#define FUSION_INCLUDE_POP_FRONT
+
+#include <boost/fusion/algorithm/transformation/pop_front.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/push_back.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/push_back.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_PUSH_BACK)
+#define FUSION_INCLUDE_PUSH_BACK
+
+#include <boost/fusion/algorithm/transformation/push_back.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/size.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/size.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_SIZE)
+#define FUSION_INCLUDE_SIZE
+
+#include <boost/fusion/sequence/intrinsic/size.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/tag_of_fwd.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/tag_of_fwd.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_TAG_OF_FWD)
+#define FUSION_INCLUDE_TAG_OF_FWD
+
+#include <boost/fusion/support/tag_of_fwd.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/tuple.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/tuple.hpp 2007-10-20 23:01:13 EDT (Sat, 20 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_TUPLE)
+#define FUSION_INCLUDE_TUPLE
+
+#include <boost/fusion/tuple.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