annotate DEPENDENCIES/generic/include/boost/detail/endian.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +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