endian.hpp 364 B

12345678910111213
  1. #ifndef BOOST_ENDIAN_HPP_INCLUDED
  2. #define BOOST_ENDIAN_HPP_INCLUDED
  3. // Copyright 2019 Peter Dimov
  4. //
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // http://www.boost.org/LICENSE_1_0.txt
  7. #include <boost/endian/conversion.hpp>
  8. #include <boost/endian/buffers.hpp>
  9. #include <boost/endian/arithmetic.hpp>
  10. #endif // #ifndef BOOST_ENDIAN_HPP_INCLUDED