Boost logo

Boost-Commit :

From: igaztanaga_at_[hidden]
Date: 2007-08-25 15:13:04


Author: igaztanaga
Date: 2007-08-25 15:13:02 EDT (Sat, 25 Aug 2007)
New Revision: 38952
URL: http://svn.boost.org/trac/boost/changeset/38952

Log:
#1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue
Text files modified:
   trunk/boost/interprocess/indexes/iunordered_set_index.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/interprocess/indexes/iunordered_set_index.hpp
==============================================================================
--- trunk/boost/interprocess/indexes/iunordered_set_index.hpp (original)
+++ trunk/boost/interprocess/indexes/iunordered_set_index.hpp 2007-08-25 15:13:02 EDT (Sat, 25 Aug 2007)
@@ -275,7 +275,7 @@
    //!previously allocated.
    void shrink_to_fit()
    {
- size_type cur_size = this->size();
+ //size_type cur_size = this->size();
       size_type cur_count = this->bucket_count();
       bucket_ptr old_p = this->bucket_pointer();
       size_type sug_count;


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