$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-12-06 19:04:44
Claudio DeSouza wrote:
> detail::read32le( block.subspan(i * 4).first<4>());
>
> So you also get a sized span, and avoid checks.
It doesn't matter, you get the check either way; it's
just in first<> instead of the constructor.