[Boost-users] Pool allocator with multiple dynamic libraries

Top Page

Reply to this message
Author: Fedor Chelnokov
Date:  
To: boost-users
Subject: [Boost-users] Pool allocator with multiple dynamic libraries
Am I right in saying that when boost::pool_allocator is used in a Windows
program consisting of several DLLs, there is no single shared pool but as many
pools as the number of modules? So the usage of containers with
boost::pool_allocator is not safe because of the allocator’s comparison
operation (==), which is always returns true.



_______________________________________________
Boost-users mailing list
Boost-users@???
http://lists.boost.org/mailman/listinfo.cgi/boost-users