martinmoene / span-lite

span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
495 stars 40 forks source link

Fix span-lite tests on big-endian #76

Closed jpcima closed 1 year ago

jpcima commented 1 year ago

When taking a byte span of the maximum int, the high byte is not FF but 7F on big-endian machine.