Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64241 - trunk/boost/spirit/home/support
From: hartmut.kaiser_at_[hidden]
Date: 2010-07-21 19:53:25


Author: hkaiser
Date: 2010-07-21 19:53:23 EDT (Wed, 21 Jul 2010)
New Revision: 64241
URL: http://svn.boost.org/trac/boost/changeset/64241

Log:
Spirit: more debug support fixes
Text files modified:
   trunk/boost/spirit/home/support/attributes.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/spirit/home/support/attributes.hpp
==============================================================================
--- trunk/boost/spirit/home/support/attributes.hpp (original)
+++ trunk/boost/spirit/home/support/attributes.hpp 2010-07-21 19:53:23 EDT (Wed, 21 Jul 2010)
@@ -870,7 +870,7 @@
                     if (!first)
                         out << ", ";
                     first = false;
- print_attribute(out, *i);
+ print_attribute(out, traits::deref(i));
                 }
             }
             out << ']';


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