
4 Dec
2024
4 Dec
'24
4:22 p.m.
Ivan Matek wrote:
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.
It is C++11, yes. We briefly considered requiring C++14 for constexpr reasons, but feedback on Slack wasn't positive.