$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interprocess] flat_set/flat_map should add front(), back(), operator[], pop_back()
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-05-13 06:34:10
On 13/05/2010 2:00, Thorsten Ottosen wrote:
> Thorsten Ottosen skrev:
>> Hi Ion,
>>
>> When using e.g. a flat_set as a priority queue, it is annoying not to
>> have back() and pop_back() available.
>>
>> As for operator[](), then of couse cont.begin()[n] works, but this is
>> somewhat less pretty compared to just cont[n].
>>
>> Therefore I would really like to see all the above functions added to
>> the interface.
>
> Hi Ion,
>
> I have attached the patches neccessary for this change. Please give it a
> look at let me know what you think.
>
> Thanks
>
> -Thorsten
Thanks for the patch. I'm quite busy right know but I'll look at it ASAP.
Best,
Ion