$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-11-28 14:41:01
On Thu, Nov 28, 2019 at 6:19 AM JeanHeyd Meneide
<phdofthehouse_at_[hidden]> wrote:
> constexpr static static_vector...
> constexpr static fixed_vector...
Well, there's a good argument to be made that the primary template
should be prefixed with basic_ so it would be
constexpr static basic_static_string.
Or even better
constexpr static basic_fixed_capacity_string
/s
Thanks