$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Container] small flat set ?
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2017-09-05 14:04:16
On 05/09/2017 9:07, Thorsten Ottosen via Boost wrote:
> Den 04-09-2017 kl. 22:42 skrev Ion Gaztañaga via Boost:
>> On 04/09/2017 17:12, Phil Endecott via Boost wrote:
>
>>> Any thoughts?
>>
>> I recently committed to develop the initial implementation (not
>> properly tested!) to use a different container than
>> boost::container::vector as the underlying sequence. The idea is to
>> pass a container instead of an allocator:
>
> Awesome. Also for flat_map, I presume?
Sure!
Ion