Chris@101: // Copyright 2013 Rene Rivera Chris@16: // Distributed under the Boost Software License, Version 1.0. (See accompany- Chris@16: // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: #ifndef BOOST_DETAIL_ENDIAN_HPP Chris@16: #define BOOST_DETAIL_ENDIAN_HPP Chris@16: Chris@16: // Use the Predef library for the detection of endianess. Chris@16: #include Chris@16: Chris@16: #endif