
4 Dec
2024
4 Dec
'24
4:14 p.m.
On Wed, Dec 4, 2024 at 3:23 PM Claudio DeSouza via Boost < boost@lists.boost.org> wrote:
By the way, C++20 offers byte extensions
Not to speak for author, but if I understand correctly library is C++11 library intentionally(it explicitly mentions g++ 4.8 in documentation, which is 2013 compiler), so any std::byte interface would be optional/#ifdef flavor, and I am not a huge fan of those APIs. Sure we could add boost::byte to boost, but that is a different discussion.