Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83839 - in branches/release: . boost boost/wave boost/wave/util
From: hartmut.kaiser_at_[hidden]
Date: 2013-04-10 18:37:32


Author: hkaiser
Date: 2013-04-10 18:37:31 EDT (Wed, 10 Apr 2013)
New Revision: 83839
URL: http://svn.boost.org/trac/boost/changeset/83839

Log:
Wave: merging from trunk
Properties modified:
   branches/release/ (props changed)
   branches/release/boost/ (props changed)
   branches/release/boost/wave/ (props changed)
Text files modified:
   branches/release/boost/wave/util/cpp_iterator.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/wave/util/cpp_iterator.hpp
==============================================================================
--- branches/release/boost/wave/util/cpp_iterator.hpp (original)
+++ branches/release/boost/wave/util/cpp_iterator.hpp 2013-04-10 18:37:31 EDT (Wed, 10 Apr 2013)
@@ -204,7 +204,7 @@
 
     // get rid of trailing T_EOF
     if (!macrodefinition.empty() && token_id(macrodefinition.back()) == T_EOF)
- macrodefinition.resize(macrodefinition.size()-1);
+ macrodefinition.pop_back();
 
 // If no macrodefinition is given, and the macro string does not end with a
 // '=', then the macro should be defined with the value '1'


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