Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-10-21 01:41:24


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

Log:
more flat includes
Added:
   branches/fusion/2_1/boost/fusion/include/in.hpp (contents, props changed)
   branches/fusion/2_1/boost/fusion/include/out.hpp (contents, props changed)

Added: branches/fusion/2_1/boost/fusion/include/in.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/in.hpp 2007-10-21 01:41:23 EDT (Sun, 21 Oct 2007)
@@ -0,0 +1,12 @@
+/*=============================================================================
+ Copyright (c) 2001-2007 Hartmut Kaiser
+
+ 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_IN)
+#define FUSION_INCLUDE_IN
+
+#include <boost/fusion/sequence/io/in.hpp>
+
+#endif

Added: branches/fusion/2_1/boost/fusion/include/out.hpp
==============================================================================
--- (empty file)
+++ branches/fusion/2_1/boost/fusion/include/out.hpp 2007-10-21 01:41:23 EDT (Sun, 21 Oct 2007)
@@ -0,0 +1,12 @@
+/*=============================================================================
+ Copyright (c) 2001-2007 Hartmut Kaiser
+
+ 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_OUT)
+#define FUSION_INCLUDE_OUT
+
+#include <boost/fusion/sequence/io/out.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