Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57228 - in trunk/boost/spirit: home/karma home/karma/stream home/qi include
From: hartmut.kaiser_at_[hidden]
Date: 2009-10-29 12:19:58


Author: hkaiser
Date: 2009-10-29 12:19:57 EDT (Thu, 29 Oct 2009)
New Revision: 57228
URL: http://svn.boost.org/trac/boost/changeset/57228

Log:
Spirit: added missing header files
Added:
   trunk/boost/spirit/include/karma_format.hpp (contents, props changed)
   trunk/boost/spirit/include/karma_format_attr.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_match.hpp (contents, props changed)
   trunk/boost/spirit/include/qi_match_attr.hpp (contents, props changed)
Text files modified:
   trunk/boost/spirit/home/karma/stream.hpp | 2 --
   trunk/boost/spirit/home/karma/stream/format_manip.hpp | 3 ++-
   trunk/boost/spirit/home/qi/stream.hpp | 2 --
   3 files changed, 2 insertions(+), 5 deletions(-)

Modified: trunk/boost/spirit/home/karma/stream.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/stream.hpp (original)
+++ trunk/boost/spirit/home/karma/stream.hpp 2009-10-29 12:19:57 EDT (Thu, 29 Oct 2009)
@@ -10,8 +10,6 @@
 #pragma once
 #endif
 
-#include <boost/spirit/home/karma/stream/format_manip.hpp>
-#include <boost/spirit/home/karma/stream/format_manip_attr.hpp>
 #include <boost/spirit/home/karma/stream/ostream_iterator.hpp>
 #include <boost/spirit/home/karma/stream/stream.hpp>
 

Modified: trunk/boost/spirit/home/karma/stream/format_manip.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/stream/format_manip.hpp (original)
+++ trunk/boost/spirit/home/karma/stream/format_manip.hpp 2009-10-29 12:19:57 EDT (Thu, 29 Oct 2009)
@@ -12,8 +12,9 @@
 
 #include <boost/spirit/home/karma/generate.hpp>
 #include <boost/spirit/home/karma/generator.hpp>
-#include <boost/spirit/home/support/unused.hpp>
+#include <boost/spirit/home/karma/detail/output_iterator.hpp>
 #include <boost/spirit/home/karma/stream/detail/format_manip.hpp>
+#include <boost/spirit/home/support/unused.hpp>
 
 ///////////////////////////////////////////////////////////////////////////////
 namespace boost { namespace spirit { namespace karma

Modified: trunk/boost/spirit/home/qi/stream.hpp
==============================================================================
--- trunk/boost/spirit/home/qi/stream.hpp (original)
+++ trunk/boost/spirit/home/qi/stream.hpp 2009-10-29 12:19:57 EDT (Thu, 29 Oct 2009)
@@ -12,8 +12,6 @@
 #pragma once
 #endif
 
-#include <boost/spirit/home/qi/stream/match_manip.hpp>
-#include <boost/spirit/home/qi/stream/match_manip_attr.hpp>
 #include <boost/spirit/home/qi/stream/stream.hpp>
 
 #endif

Added: trunk/boost/spirit/include/karma_format.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_format.hpp 2009-10-29 12:19:57 EDT (Thu, 29 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2001-2009 Hartmut Kaiser
+ http://spirit.sourceforge.net/
+
+ 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)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_KARMA_FORMAT
+#define BOOST_SPIRIT_INCLUDE_KARMA_FORMAT
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/stream/format_manip.hpp>
+
+#endif

Added: trunk/boost/spirit/include/karma_format_attr.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/karma_format_attr.hpp 2009-10-29 12:19:57 EDT (Thu, 29 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2001-2009 Hartmut Kaiser
+ http://spirit.sourceforge.net/
+
+ 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)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_KARMA_FORMAT_ATTR
+#define BOOST_SPIRIT_INCLUDE_KARMA_FORMAT_ATTR
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/karma/stream/format_manip_attr.hpp>
+
+#endif

Added: trunk/boost/spirit/include/qi_match.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_match.hpp 2009-10-29 12:19:57 EDT (Thu, 29 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2001-2009 Hartmut Kaiser
+ http://spirit.sourceforge.net/
+
+ 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)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_MATCH
+#define BOOST_SPIRIT_INCLUDE_QI_MATCH
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/stream/match_manip.hpp>
+
+#endif

Added: trunk/boost/spirit/include/qi_match_attr.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/spirit/include/qi_match_attr.hpp 2009-10-29 12:19:57 EDT (Thu, 29 Oct 2009)
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2001-2009 Joel de Guzman
+ Copyright (c) 2001-2009 Hartmut Kaiser
+ http://spirit.sourceforge.net/
+
+ 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)
+=============================================================================*/
+#ifndef BOOST_SPIRIT_INCLUDE_QI_MATCH_ATTR
+#define BOOST_SPIRIT_INCLUDE_QI_MATCH_ATTR
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/stream/match_manip_attr.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