10 Sep
2019
10 Sep
'19
12:56 p.m.
On Tuesday, September 10, 2019, Mike wrote:
Von: "Niall Douglas via Boost"
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.
I thought a static_string is a type that owns the string data, so nothing like a string_view (mutable or not) at all.
Correct. Glen