$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-12-05 13:40:13
JoaquÃn M López Muñoz wrote:
> > No dia 5 de dez. de 2024, Ã s 12:52, Peter Dimov via Boost
> <boost_at_[hidden]> escreveu:
> >
> > [â¦]
> > And I don't want to force hash algorithm authors to have to include
> > <boost/hash2/span.hpp>, because this would mean a physical dependency
> > on Hash2. At the moment, you can define a hash algorithm without
> > including anything from Hash2, or anything from Boost. And that's how it
> has to be.
>
> You can define the interface of update as accepting a templatized arg with
> span-like semantics.
That's what I said in the part you omitted.
I consider this a burden that I'd rather not impose on authors of hash
algorithms.