Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64230 - in trunk: boost/spirit/home/karma/stream libs/spirit/doc/advanced libs/spirit/example/scheme/example/generate_qiexpr
From: hartmut.kaiser_at_[hidden]
Date: 2010-07-21 15:18:43


Author: hkaiser
Date: 2010-07-21 15:18:43 EDT (Wed, 21 Jul 2010)
New Revision: 64230
URL: http://svn.boost.org/trac/boost/changeset/64230

Log:
Spirit: comment corrections, minor documentation fix
Text files modified:
   trunk/boost/spirit/home/karma/stream/ostream_iterator.hpp | 2 +-
   trunk/libs/spirit/doc/advanced/customization_points.qbk | 1 +
   trunk/libs/spirit/example/scheme/example/generate_qiexpr/generate_qiexpr.cpp | 2 +-
   3 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/boost/spirit/home/karma/stream/ostream_iterator.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/stream/ostream_iterator.hpp (original)
+++ trunk/boost/spirit/home/karma/stream/ostream_iterator.hpp 2010-07-21 15:18:43 EDT (Wed, 21 Jul 2010)
@@ -18,7 +18,7 @@
     ///////////////////////////////////////////////////////////////////////////
     // We need our own implementation of an ostream_iterator just to be able
     // to access the wrapped ostream, which is necessary for the
- // stream_director, where we must generate the output using the original
+ // stream_generator, where we must generate the output using the original
     // ostream to retain possibly registered facets.
     ///////////////////////////////////////////////////////////////////////////
     template <

Modified: trunk/libs/spirit/doc/advanced/customization_points.qbk
==============================================================================
--- trunk/libs/spirit/doc/advanced/customization_points.qbk (original)
+++ trunk/libs/spirit/doc/advanced/customization_points.qbk 2010-07-21 15:18:43 EDT (Wed, 21 Jul 2010)
@@ -196,6 +196,7 @@
     [[__customize_deref_iterator__] [Karma: __karma_list__, [karma_kleene Kleene (unary `*`)], __karma_plus__, [karma_repeat Repeat].]]
     [[__customize_next_iterator__] [Karma: __karma_list__, [karma_kleene Kleene (unary `*`)], __karma_plus__, [karma_repeat Repeat].]]
     [[__customize_compare_iterators__] [Karma: __karma_list__, [karma_kleene Kleene (unary `*`)], __karma_plus__, [karma_repeat Repeat].]]
+ [[__customize_clear_value__] [Qi: __qi_list__, __qi_kleene__, __qi_plus__, [qi_repeat Repeat].]]
 ]
 
 [heading Example]

Modified: trunk/libs/spirit/example/scheme/example/generate_qiexpr/generate_qiexpr.cpp
==============================================================================
--- trunk/libs/spirit/example/scheme/example/generate_qiexpr/generate_qiexpr.cpp (original)
+++ trunk/libs/spirit/example/scheme/example/generate_qiexpr/generate_qiexpr.cpp 2010-07-21 15:18:43 EDT (Wed, 21 Jul 2010)
@@ -3,7 +3,7 @@
 // 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)
 
-#define BOOST_SPIRIT_KARMA_DEBUG
+// #define BOOST_SPIRIT_KARMA_DEBUG
 
 #include <utree/operators.hpp>
 


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