
24 Jun
2009
24 Jun
'09
1:53 a.m.
AMDG Felipe Magno de Almeida wrote:
On Tue, Jun 23, 2009 at 9:47 PM, Christian Schladetsch<christian.schladetsch@gmail.com> wrote:
For example, interprocess::list is implemented using intrusive::list, which does the following in its sort method:
list_impl counter[64];
This invalidates the use of stateful allocators, because it is making multiple temporary lists that do not use the allocator that the parent container was supplied with.
I've grepped my boost copy and couldn't find this line. Could you point it to me? And which boost version are you using?
It's here and it's harmless. https://svn.boost.org/trac/boost/browser/trunk/boost/intrusive/list.hpp#L975 In Christ, Steven Watanabe