Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81927 - in branches/release: . boost boost/spirit boost/spirit/home boost/spirit/home/support
From: hartmut.kaiser_at_[hidden]
Date: 2012-12-13 20:38:54


Author: hkaiser
Date: 2012-12-13 20:38:53 EST (Thu, 13 Dec 2012)
New Revision: 81927
URL: http://svn.boost.org/trac/boost/changeset/81927

Log:
Spirit: more merging 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)
   branches/release/boost/spirit/home/support/attributes.hpp (contents, props changed)
Text files modified:
   branches/release/boost/spirit/home/support/attributes.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/spirit/home/support/attributes.hpp
==============================================================================
--- branches/release/boost/spirit/home/support/attributes.hpp (original)
+++ branches/release/boost/spirit/home/support/attributes.hpp 2012-12-13 20:38:53 EST (Thu, 13 Dec 2012)
@@ -529,7 +529,7 @@
             {}
 
             template <typename T>
- void operator()(T const& val)
+ void operator()(T const& val) const
             {
                 size_ = spirit::traits::size(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