$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2023-01-18 16:28:47
On Wed, Jan 18, 2023 at 7:47 AM Vinnie Falco <vinnie.falco_at_[hidden]> wrote:
> * Implementation functions like add_blob and add_header could call
> reserve() on the string to prevent
What I meant to say is:
* Implementation functions like add_blob and add_header could call
reserve() on the string first to prevent the need for more than one
reallocation.
Thanks