|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56007 - trunk/boost/spirit/home/support
From: frabar666_at_[hidden]
Date: 2009-09-03 19:16:07
Author: fbarel
Date: 2009-09-03 19:16:07 EDT (Thu, 03 Sep 2009)
New Revision: 56007
URL: http://svn.boost.org/trac/boost/changeset/56007
Log:
Spirit: attempt to fix grammar test failure in C++0x mode
Text files modified:
trunk/boost/spirit/home/support/meta_compiler.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/spirit/home/support/meta_compiler.hpp
==============================================================================
--- trunk/boost/spirit/home/support/meta_compiler.hpp (original)
+++ trunk/boost/spirit/home/support/meta_compiler.hpp 2009-09-03 19:16:07 EDT (Thu, 03 Sep 2009)
@@ -99,7 +99,7 @@
proto::when<proto::binary_expr<proto::tag::subscript
, proto::and_<
proto::terminal<proto::_>
- , proto::if_<use_directive<Domain, proto::_child_c<0> >()> >
+ , proto::if_<use_directive<Domain, proto::_value >()> >
, meta_grammar>,
detail::make_directive<Domain, meta_grammar>
>,
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