$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Janson R. (mlists.aerostun_at_[hidden])
Date: 2020-03-10 02:58:20
On 10/03/2020 03:47, Janson R. wrote:
> All of this C++20 mindset made me wonder if a codec API could be almost
> as simple and elegant as making it into a range adaptor (requiring
> memory contiguity of course); what do you and possibly other readers
> think of that?
It's pretty much what Boost.Iostreams does, realized that now
J.