|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71670 - in branches/release: . boost boost/spirit boost/spirit/home boost/spirit/home/qi/operator
From: hartmut.kaiser_at_[hidden]
Date: 2011-05-02 10:50:06
Author: hkaiser
Date: 2011-05-02 10:50:05 EDT (Mon, 02 May 2011)
New Revision: 71670
URL: http://svn.boost.org/trac/boost/changeset/71670
Log:
Spirit: merging fix from trunk
Properties modified:
branches/release/ (props changed)
branches/release/boost/ (props changed)
branches/release/boost/spirit/ (props changed)
branches/release/boost/spirit/home/ (props changed)
Text files modified:
branches/release/boost/spirit/home/qi/operator/optional.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/spirit/home/qi/operator/optional.hpp
==============================================================================
--- branches/release/boost/spirit/home/qi/operator/optional.hpp (original)
+++ branches/release/boost/spirit/home/qi/operator/optional.hpp 2011-05-02 10:50:05 EDT (Mon, 02 May 2011)
@@ -66,7 +66,7 @@
{
// create a local value if Attribute is not unused_type
typename spirit::result_of::optional_value<Attribute>::type val =
- spirit::result_of::optional_value<Attribute>::type();
+ typename spirit::result_of::optional_value<Attribute>::type();
if (subject.parse(first, last, context, skipper, val))
{
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