Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net