$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: igaztanaga_at_[hidden]
Date: 2008-06-21 08:21:38
Author: igaztanaga
Date: 2008-06-21 08:21:37 EDT (Sat, 21 Jun 2008)
New Revision: 46578
URL: http://svn.boost.org/trac/boost/changeset/46578
Log:
"this->purge_blocks()()" should be "this->purge_blocks()"
Text files modified:
trunk/boost/interprocess/allocators/detail/node_pool.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/interprocess/allocators/detail/node_pool.hpp
==============================================================================
--- trunk/boost/interprocess/allocators/detail/node_pool.hpp (original)
+++ trunk/boost/interprocess/allocators/detail/node_pool.hpp 2008-06-21 08:21:37 EDT (Sat, 21 Jun 2008)
@@ -331,7 +331,7 @@
//!Deprecated, use purge_blocks
void purge_chunks()
- { this->purge_blocks()(); }
+ { this->purge_blocks(); }
private:
//!Returns a reference to the block hook placed in the end of the block