endian.hpp 577 B

12345678910111213141516171819
  1. // boost/endian/endian.hpp -----------------------------------------------------------//
  2. // Copyright Beman Dawes 2015
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // See http://www.boost.org/LICENSE_1_0.txt
  5. // See library home page at http://www.boost.org/libs/endian
  6. #ifndef BOOST_ENDIAN_ENDIAN_HPP
  7. #define BOOST_ENDIAN_ENDIAN_HPP
  8. #ifndef BOOST_ENDIAN_DEPRECATED_NAMES
  9. # error "<boost/endian/endian.hpp> is deprecated. Define BOOST_ENDIAN_DEPRECATED_NAMES to use."
  10. #endif
  11. #include <boost/endian/arithmetic.hpp>
  12. #endif //BOOST_ENDIAN_ENDIAN_HPP