$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2024-10-18 16:19:08
> These days, I'm passing std::span<const std::byte> for binary blobs.
> This a C++17 lib, so no std::span, but please do consider std::byte at
> least. --DD
>
> PS: I used https://github.com/tcbrindle/span in C++17. Maybe Boost has a span?
boost::core::span is C++11.
I haven't looked at the implementation yet, but I'm assuming that
owning types are being used for a reason.