$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: igaztanaga_at_[hidden]
Date: 2008-05-23 18:36:29
Author: igaztanaga
Date: 2008-05-23 18:36:29 EDT (Fri, 23 May 2008)
New Revision: 45700
URL: http://svn.boost.org/trac/boost/changeset/45700
Log:
#1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects
#1635: Incomplete include guard in boost/intrusive
Text files modified:
trunk/boost/interprocess/indexes/map_index.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/interprocess/indexes/map_index.hpp
==============================================================================
--- trunk/boost/interprocess/indexes/map_index.hpp (original)
+++ trunk/boost/interprocess/indexes/map_index.hpp 2008-05-23 18:36:29 EDT (Fri, 23 May 2008)
@@ -77,7 +77,7 @@
//!This tries to free previously allocate
//!unused memory.
void shrink_to_fit()
- { base_type::get_stored_allocator().deallocate_free_chunks(); }
+ { base_type::get_stored_allocator().deallocate_free_blocks(); }
};
/// @cond