annotate DEPENDENCIES/generic/include/boost/endian/endian.hpp @ 102:f46d142149f5

Whoops, finish that update
author Chris Cannam
date Mon, 07 Sep 2015 11:13:41 +0100
parents
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