Pool allocator with multiple dynamic libraries

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.
6162
Age (days ago)
6162
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fedor Chelnokov