Boost logo

Boost :

Subject: Re: [boost] Proposal: Monotonic Containers - Comparison with boost::pool, boost::fast_pool and TBB
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-06-23 21:53:02


AMDG

Felipe Magno de Almeida wrote:
> On Tue, Jun 23, 2009 at 9:47 PM, Christian
> Schladetsch<christian.schladetsch_at_[hidden]> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk