Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60627 - sandbox/statistics/detail/assign/boost/assign/auto_size/chain
From: erwann.rogard_at_[hidden]
Date: 2010-03-15 18:59:18


Author: e_r
Date: 2010-03-15 18:59:17 EDT (Mon, 15 Mar 2010)
New Revision: 60627
URL: http://svn.boost.org/trac/boost/changeset/60627

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/auto_size/chain/chain_convert.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/chain/chain_convert.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/chain/chain_convert.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/chain/chain_convert.hpp 2010-03-15 18:59:17 EDT (Mon, 15 Mar 2010)
@@ -73,7 +73,7 @@
     operator()(R2 & r2)const
     {
         typedef typename result_impl<R2,false>::type result_;
- this->copy = (*this); // guarantees synchronized
+ this->copy = (*this); // is it legit ?
         return result_(chain_convert_impl<Conv>(this->copy,r2));
     }
 
@@ -82,7 +82,7 @@
     operator()(const R2 & r2)const
     {
         typedef typename result_impl<R2,true>::type result_;
- this->copy = (*this); // guarantees synchronized
+ this->copy = (*this); // is it legit?
         return result_(chain_convert_impl<Conv>(this->copy,r2));
     }
     


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