wownero/external/boost/archive
moneromooo-monero c1fa4a7f8c
boost: fix little/big endian compatibility
When no little/big endian flag is given to the writer, it stores
data in host endianness. When loading, if no flag is set, it also
assumes host endianness. This works as long as the loading and
writing are done on machines with the same endianness.

We change this to default to little endian when saving. This will
cause the loader to see the little endian flag, and swap endianness
when loading on a big endian machine. Similarly, writing on a big
endian machine will swap on save, and a little endian machine will
load little endian data.
2019-09-04 14:54:00 +00:00
..
portable_binary_archive.hpp boost: update obsolete usage of endian API 2019-07-09 15:07:13 +00:00
portable_binary_iarchive.hpp boost: fix little/big endian compatibility 2019-09-04 14:54:00 +00:00
portable_binary_oarchive.hpp boost: fix little/big endian compatibility 2019-09-04 14:54:00 +00:00