$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Claudio DeSouza (cdesouza_at_[hidden])
Date: 2024-12-04 14:18:15
>
>
> So I switched `update` back to void const*. The "type safety" gains
> aren't worth the substantial decrease in usability.
>
In my experience, the usability/readability gains are on the side of using
span. This may involve providing extensions, but at the end of the day you
get more C++-friendly constructs.