$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-12-05 14:28:26
Claudio DeSouza wrote:
> I particularly think that at this point span is heading on a direction to be as
> fundamental as string_view, etc.
span is more fundamental than string_view; it's basically a fat pointer.
(Like T* under CHERI, or T? in Cyclone, etc.)