25 Jul
2008
25 Jul
'08
6:55 a.m.
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.