$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2023-01-28 15:14:03
> Greetings. I am asking if there is any interest in a Boost.Buffers
> library, which consists of the following:
I like the separation of concerns, so I would endorse this.
I would use this in two ways in MySQL:
* As an implementation detail for internal buffers. I would probably be alright
with something like Python's bytes (as Klements proposed).
* In the interface, I need types to represent "an owning blob" and
"an owning blob view". I don't know if this library would cover this,
but would be nice to see it.
Regards,
Ruben.