$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56873 - sandbox/stm/branches/vbe/boost/stm/detail
From: vicente.botet_at_[hidden]
Date: 2009-10-15 12:09:30
Author: viboes
Date: 2009-10-15 12:09:29 EDT (Thu, 15 Oct 2009)
New Revision: 56873
URL: http://svn.boost.org/trac/boost/changeset/56873
Log:
TBoost.STM vbe: 
* Warning cleanup
Text files modified: 
   sandbox/stm/branches/vbe/boost/stm/detail/deleters.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/stm/branches/vbe/boost/stm/detail/deleters.hpp
==============================================================================
--- sandbox/stm/branches/vbe/boost/stm/detail/deleters.hpp	(original)
+++ sandbox/stm/branches/vbe/boost/stm/detail/deleters.hpp	2009-10-15 12:09:29 EDT (Thu, 15 Oct 2009)
@@ -49,7 +49,7 @@
     std::size_t size_;
     base_transaction_object_array_deleter (T* ptr, std::size_t size) : ptr_(ptr), size_(size) {}
     virtual void reset() {
-        for (int std::size_t =0; i< size_; ++i) {
+        for (std::size_t i =0; i< size_; ++i) {
             static_cast<base_transaction_object*>(ptr_+i)->transaction_thread(kInvalidThread);
             static_cast<base_transaction_object*>(ptr_+i)->new_memory(0);
         }