Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-10-21 01:39:35


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

Log:
more flat includes
Added:
   branches/fusion/2_1/boost/fusion/include/at_key.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/back.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/cons_tie.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/deque_tie.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/empty.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/front.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/greater.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/greater_equal.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/has_key.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/ignore.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/less.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/less_equal.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/list_tie.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/make_deque.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/make_list.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/make_map.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/make_set.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/map_tie.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/not_equal_to.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/pair_tie.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/value_at_key.hpp (contents, props changed)

Added: branches/fusion/2_1/boost/fusion/include/at_key.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/at_key.hpp 2007-10-21 01:39:33 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_AT_KEY)
+#define FUSION_INCLUDE_AT_KEY
+
+#include <boost/fusion/sequence/intrinsic/at_key.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/back.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/back.hpp 2007-10-21 01:39:33 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_BACK)
+#define FUSION_INCLUDE_BACK
+
+#include <boost/fusion/sequence/intrinsic/back.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/cons_tie.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/cons_tie.hpp 2007-10-21 01:39:33 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_CONS_TIE)
+#define FUSION_INCLUDE_CONS_TIE
+
+#include <boost/fusion/sequence/generation/cons_tie.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/deque_tie.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/deque_tie.hpp 2007-10-21 01:39:33 EDT (Sun, 21 Oct 2007)
@@ -0,0 +1,13 @@
+/*=============================================================================
+ 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_GENERATION)
+#define FUSION_INCLUDE_GENERATION
+
+#include <boost/fusion/sequence/generation.hpp>
+#include <boost/fusion/functional/generation.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/empty.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/empty.hpp 2007-10-21 01:39:33 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_EMPTY)
+#define FUSION_INCLUDE_EMPTY
+
+#include <boost/fusion/sequence/intrinsic/empty.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/front.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/front.hpp 2007-10-21 01:39:33 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_FRONT)
+#define FUSION_INCLUDE_FRONT
+
+#include <boost/fusion/sequence/intrinsic/front.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/greater.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/greater.hpp 2007-10-21 01:39:33 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_NOT_GREATER)
+#define FUSION_INCLUDE_NOT_GREATER
+
+#include <boost/fusion/sequence/comparison/greater.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/greater_equal.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/greater_equal.hpp 2007-10-21 01:39:33 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_GREATER_EQUAL)
+#define FUSION_INCLUDE_GREATER_EQUAL
+
+#include <boost/fusion/sequence/comparison/greater_equal.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/has_key.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/has_key.hpp 2007-10-21 01:39:33 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_HAS_KEY)
+#define FUSION_INCLUDE_EMPTY
+
+#include <boost/fusion/sequence/intrinsic/has_key.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/ignore.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/ignore.hpp 2007-10-21 01:39:33 EDT (Sun, 21 Oct 2007)
@@ -0,0 +1,13 @@
+/*=============================================================================
+ 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_GENERATION)
+#define FUSION_INCLUDE_GENERATION
+
+#include <boost/fusion/sequence/generation.hpp>
+#include <boost/fusion/functional/generation.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/less.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/less.hpp 2007-10-21 01:39:33 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_LESS)
+#define FUSION_INCLUDE_LESS
+
+#include <boost/fusion/sequence/comparison/less.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/less_equal.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/less_equal.hpp 2007-10-21 01:39:33 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_LESS_EQUAL)
+#define FUSION_INCLUDE_LESS_EQUAL
+
+#include <boost/fusion/sequence/comparison/less_equal.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/list_tie.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/list_tie.hpp 2007-10-21 01:39:33 EDT (Sun, 21 Oct 2007)
@@ -0,0 +1,13 @@
+/*=============================================================================
+ 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_GENERATION)
+#define FUSION_INCLUDE_GENERATION
+
+#include <boost/fusion/sequence/generation.hpp>
+#include <boost/fusion/functional/generation.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/make_deque.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/make_deque.hpp 2007-10-21 01:39:33 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_MAKE_DEQUE)
+#define FUSION_INCLUDE_MAKE_DEQUE
+
+#include <boost/fusion/sequence/generation/make_deque.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/make_list.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/make_list.hpp 2007-10-21 01:39:33 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_MAKE_LIST)
+#define FUSION_INCLUDE_MAKE_LIST
+
+#include <boost/fusion/sequence/generation/make_list.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/make_map.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/make_map.hpp 2007-10-21 01:39:33 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_MAKE_MAP)
+#define FUSION_INCLUDE_MAKE_MAP
+
+#include <boost/fusion/sequence/generation/make_map.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/make_set.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/make_set.hpp 2007-10-21 01:39:33 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_MAKE_SET)
+#define FUSION_INCLUDE_MAKE_SET
+
+#include <boost/fusion/sequence/generation/make_set.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/map_tie.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/map_tie.hpp 2007-10-21 01:39:33 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_MAP_TIE)
+#define FUSION_INCLUDE_MAP_TIE
+
+#include <boost/fusion/sequence/generation/map_tie.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/not_equal_to.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/not_equal_to.hpp 2007-10-21 01:39:33 EDT (Sun, 21 Oct 2007)
@@ -0,0 +1,13 @@
+/*=============================================================================
+ 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_NOT_EQUAL_TO)
+#define FUSION_INCLUDE_NOT_EQUAL_TO
+
+#include <boost/fusion/iterator/equal_to.hpp>
+#include <boost/fusion/sequence/comparison/not_equal_to.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/pair_tie.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/pair_tie.hpp 2007-10-21 01:39:33 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_PAIR_TIE)
+#define FUSION_INCLUDE_PAIR_TIE
+
+#include <boost/fusion/sequence/generation/pair_tie.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/value_at_key.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/value_at_key.hpp 2007-10-21 01:39:33 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_VALUE_AT_KEY)
+#define FUSION_INCLUDE_VALUE_AT_KEY
+
+#include <boost/fusion/sequence/intrinsic/value_at_key.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