$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2024-12-06 21:38:31
On 12/6/24 23:46, Claudio DeSouza via Boost wrote:
> Additionally, you are also allowed to subspan without a dynamic extent,
> like in:
>
> s.subspan<2u, 4u>()
Unless this is a new addition, I don't see such a member in std::span.