Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2008-08-25 03:14:21


Author: djowel
Date: 2008-08-25 03:14:20 EDT (Mon, 25 Aug 2008)
New Revision: 48369
URL: http://svn.boost.org/trac/boost/changeset/48369

Log:
added missing include
Added:
   trunk/boost/fusion/include/at_c.hpp (contents, props changed)
   trunk/boost/fusion/sequence/intrinsic/at_c.hpp (contents, props changed)

Added: trunk/boost/fusion/include/at_c.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/fusion/include/at_c.hpp 2008-08-25 03:14:20 EDT (Mon, 25 Aug 2008)
@@ -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_C)
+#define FUSION_INCLUDE_AT_C
+
+#include <boost/fusion/sequence/intrinsic/at_c.hpp>
+
+#endif

Added: trunk/boost/fusion/sequence/intrinsic/at_c.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/fusion/sequence/intrinsic/at_c.hpp 2008-08-25 03:14:20 EDT (Mon, 25 Aug 2008)
@@ -0,0 +1,13 @@
+/*=============================================================================
+ Copyright (c) 2001-2006 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_AT_C_08252008_0308)
+#define FUSION_AT_C_08252008_0308
+
+#include <boost/fusion/sequence/intrinsic/at.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