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
499 stars 43 forks source link

Fix span-lite tests on big-endian #76

Closed jpcima closed 2 years ago

jpcima commented 2 years ago

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