$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Fedor Chelnokov (fboost_at_[hidden])
Date: 2008-07-25 02:55:15
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.