$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2019-09-09 21:03:53
On 09/09/2019 20:23, Zach Laine via Boost wrote:
> On Mon, Sep 9, 2019 at 9:59 AM Vinnie Falco via Boost <boost_at_[hidden]>
> wrote:
>
>> Beast has static_string which someone has asked to be move, is there
>> any interest in moving this to Boost.Container?
>>
>> See:
>>
>> <https://github.com/boostorg/beast/issues/1691>
>>
>> <
>> https://github.com/boostorg/beast/blob/b7230f12f16fe7a9f7a1ece5be1f607c8552448a/include/boost/beast/core/static_string.hpp
>>>
>>
>
> This is of course a question for Ion, but I would like to see this made
> more widely available.
Hi,
Sorry for the delay. I think it's a good idea, it seems a really useful
container. To ease the maintenance, I think we should merge
container::string and container::static_string implementations to reuse
as much as code as we can.
Best,
Ion