|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52769 - trunk/libs/spirit/example/lex
From: hartmut.kaiser_at_[hidden]
Date: 2009-05-05 09:01:35
Author: hkaiser
Date: 2009-05-05 09:01:35 EDT (Tue, 05 May 2009)
New Revision: 52769
URL: http://svn.boost.org/trac/boost/changeset/52769
Log:
Spirit: minor edit
Text files modified:
trunk/libs/spirit/example/lex/example5.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/spirit/example/lex/example5.cpp
==============================================================================
--- trunk/libs/spirit/example/lex/example5.cpp (original)
+++ trunk/libs/spirit/example/lex/example5.cpp 2009-05-05 09:01:35 EDT (Tue, 05 May 2009)
@@ -254,7 +254,7 @@
std::string::iterator it = str.begin();
iterator_type iter = tokens.begin(it, str.end());
iterator_type end = tokens.end();
-
+
// Parsing is done based on the the token stream, not the character
// stream read from the input.
// Note, how we use the token_set defined above as the skip parser. It must
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