$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-09-14 19:46:39
On Sat, Sep 14, 2019 at 11:46 AM Roberto Hinz <robhz786_at_[hidden]> wrote:
> Maybe we could create a new class `string_slice` that references
> a mutable array of chars
Well, yes, that's exactly the point of the base class! The algorithms
are expressed in terms of non-template member functions.
Regards