Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55364 - trunk/boost/spirit/home/lex/qi
From: hartmut.kaiser_at_[hidden]
Date: 2009-08-02 13:06:43


Author: hkaiser
Date: 2009-08-02 13:06:43 EDT (Sun, 02 Aug 2009)
New Revision: 55364
URL: http://svn.boost.org/trac/boost/changeset/55364

Log:
Spirit: fixed an attribute propagation problem in the lex::state_switcher component
Text files modified:
   trunk/boost/spirit/home/lex/qi/state_switcher.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/spirit/home/lex/qi/state_switcher.hpp
==============================================================================
--- trunk/boost/spirit/home/lex/qi/state_switcher.hpp (original)
+++ trunk/boost/spirit/home/lex/qi/state_switcher.hpp 2009-08-02 13:06:43 EDT (Sun, 02 Aug 2009)
@@ -166,7 +166,7 @@
         struct attribute
         {
             typedef typename
- traits::attribute_of<subject_type, Context>::type
+ traits::attribute_of<subject_type, Context, Iterator>::type
             type;
         };
 


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