Update of /cvsroot/boost/boost/boost/interprocess/allocators/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29834/allocators/detail

Modified Files:
        node_pool.hpp 
Log Message:
no message

Index: node_pool.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/allocators/detail/node_pool.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- node_pool.hpp       12 Jun 2007 17:07:09 -0000      1.5
+++ node_pool.hpp       23 Jun 2007 12:53:00 -0000      1.6
@@ -208,7 +208,7 @@
          const void *addr = get_chunk_from_hook(&*it);
 
          //Execute the algorithm and get an iterator to the last value
-         m_freelist.remove_and_destroy_if
+         m_freelist.remove_and_dispose_if
             (is_between(addr, BlockSize), push_in_list(free_nodes, last_it));
 
          //If the number of nodes is equal to nodes_per_chunk


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to