annotate DEPENDENCIES/generic/include/boost/endian/endian.hpp @ 125:34e428693f5d vext

Vext -> Repoint
author Chris Cannam
date Thu, 14 Jun 2018 11:15:39 +0100
parents f46d142149f5
children
rev   line source
Chris@102 1 // boost/endian/endian.hpp -----------------------------------------------------------//
Chris@102 2
Chris@102 3 // Copyright Beman Dawes 2015
Chris@102 4
Chris@102 5 // Distributed under the Boost Software License, Version 1.0.
Chris@102 6 // See http://www.boost.org/LICENSE_1_0.txt
Chris@102 7
Chris@102 8 // See library home page at http://www.boost.org/libs/endian
Chris@102 9
Chris@102 10 #ifndef BOOST_ENDIAN_ENDIAN_HPP
Chris@102 11 #define BOOST_ENDIAN_ENDIAN_HPP
Chris@102 12
Chris@102 13 #ifndef BOOST_ENDIAN_DEPRECATED_NAMES
Chris@102 14 # error "<boost/endian/endian.hpp> is deprecated. Define BOOST_ENDIAN_DEPRECATED_NAMES to use."
Chris@102 15 #endif
Chris@102 16
Chris@102 17 #include <boost/endian/arithmetic.hpp>
Chris@102 18
Chris@102 19 #endif //BOOST_ENDIAN_ENDIAN_HPP