$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Niall Douglas (s_sourceforge_at_[hidden])
Date: 2019-09-10 11:43:30
On 10/09/2019 12:40, Niall Douglas via Boost wrote:
> On 09/09/2019 17:59, Vinnie Falco via Boost wrote:
>> Beast has static_string which someone has asked to be move, is there
>> any interest in moving this to Boost.Container?
>
> What's the advantage over a string_view?
To answer my own question, it's a mutable string_view.
So long as it's not called static_string, because it's not, I'm for this.
Incidentally, over at WG14 we were discussing a mutable string view
object built into the C language. Ours is nothing like this, however.
Niall