$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Claudio DeSouza (cdesouza_at_[hidden])
Date: 2024-12-06 20:46:39
Additionally, you are also allowed to subspan without a dynamic extent,
like in:
s.subspan<2u, 4u>()
My point is that it all depends on what you are doing and what is possible
in that context.