27 Nov
2019
27 Nov
'19
6:06 p.m.
On Wed, Nov 27, 2019 at 11:23 AM Vinnie Falco via Boost < boost@lists.boost.org> wrote:
On Wed, Nov 27, 2019 at 8:36 AM Phil Endecott via Boost
...it's still going to be an improvement over using std::string's operator+.
Okay, I agree that we need to do _something_. I'm not sure exactly what that something is. I'm hesitant to endorse operator+ because of the unpredictable behavior. How about a free function `concat(...)` which allows the caller to optionally specify the maximum capacity of the resulting string,
I was thinking the same thing. Zach