mirror of
https://github.com/boostorg/endian.git
synced 2025-07-31 13:07:24 +02:00
Use boost/predef/detail/endian_compat.h to determine endianness.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#define BOOST_ENDIAN_CONVERTERS_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/detail/endian.hpp>
|
||||
#include <boost/predef/detail/endian_compat.h>
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <boost/endian/detail/intrinsic.hpp>
|
||||
#include <boost/detail/scoped_enum_emulation.hpp>
|
||||
|
@ -35,7 +35,7 @@
|
||||
#endif
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/detail/endian.hpp>
|
||||
#include <boost/predef/detail/endian_compat.h>
|
||||
#include <boost/endian/conversion.hpp>
|
||||
#define BOOST_MINIMAL_INTEGER_COVER_OPERATORS
|
||||
#define BOOST_NO_IO_COVER_OPERATORS
|
||||
|
Reference in New Issue
Block a user