Chris@102: // boost/endian/endian.hpp -----------------------------------------------------------// Chris@102: Chris@102: // Copyright Beman Dawes 2015 Chris@102: Chris@102: // Distributed under the Boost Software License, Version 1.0. Chris@102: // See http://www.boost.org/LICENSE_1_0.txt Chris@102: Chris@102: // See library home page at http://www.boost.org/libs/endian Chris@102: Chris@102: #ifndef BOOST_ENDIAN_ENDIAN_HPP Chris@102: #define BOOST_ENDIAN_ENDIAN_HPP Chris@102: Chris@102: #ifndef BOOST_ENDIAN_DEPRECATED_NAMES Chris@102: # error " is deprecated. Define BOOST_ENDIAN_DEPRECATED_NAMES to use." Chris@102: #endif Chris@102: Chris@102: #include Chris@102: Chris@102: #endif //BOOST_ENDIAN_ENDIAN_HPP