Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/detail/endian.hpp @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +0100 |
parents | c530137014c0 |
children |
rev | line source |
---|---|
Chris@101 | 1 // Copyright 2013 Rene Rivera |
Chris@16 | 2 // Distributed under the Boost Software License, Version 1.0. (See accompany- |
Chris@16 | 3 // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
Chris@16 | 4 |
Chris@16 | 5 #ifndef BOOST_DETAIL_ENDIAN_HPP |
Chris@16 | 6 #define BOOST_DETAIL_ENDIAN_HPP |
Chris@16 | 7 |
Chris@16 | 8 // Use the Predef library for the detection of endianess. |
Chris@16 | 9 #include <boost/predef/detail/endian_compat.h> |
Chris@16 | 10 |
Chris@16 | 11 #endif |