Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75931 - trunk/libs/spirit/doc
From: joel_at_[hidden]
Date: 2011-12-12 19:12:05


Author: djowel
Date: 2011-12-12 19:12:04 EST (Mon, 12 Dec 2011)
New Revision: 75931
URL: http://svn.boost.org/trac/boost/changeset/75931

Log:
fixes Ticket #6259
Text files modified:
   trunk/libs/spirit/doc/what_s_new.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/spirit/doc/what_s_new.qbk
==============================================================================
--- trunk/libs/spirit/doc/what_s_new.qbk (original)
+++ trunk/libs/spirit/doc/what_s_new.qbk 2011-12-12 19:12:04 EST (Mon, 12 Dec 2011)
@@ -27,7 +27,7 @@
   construction time whether the underlying stream has reached eof (end of file).
 * __qi__ now properly collapses attributes generated from optionals embedded
   inside another optional parser (i.e. `-('(' > -int_ >> ')'). That means that
- attributes like `boost::optiona<boost::optional<int> >` will be collapsed
+ attributes like `boost::optional<boost::optional<int> >` will be collapsed
   to `boost::optional<int>`. Thanks to Peter Schueller for reporting that
   problem.
 * Actions attached to binary parsers now properly propagate the parser's


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