2014-06-05 10:18:20 -05:00
|
|
|
// Copyright 2013 Rene Rivera
|
2006-12-01 11:34:43 +00:00
|
|
|
// Distributed under the Boost Software License, Version 1.0. (See accompany-
|
|
|
|
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
2005-06-14 22:19:20 +00:00
|
|
|
#ifndef BOOST_DETAIL_ENDIAN_HPP
|
|
|
|
#define BOOST_DETAIL_ENDIAN_HPP
|
|
|
|
|
2013-09-09 04:06:52 +00:00
|
|
|
// Use the Predef library for the detection of endianess.
|
|
|
|
#include <boost/predef/detail/endian_compat.h>
|
2013-02-24 19:07:59 +00:00
|
|
|
|
2005-06-14 22:19:20 +00:00
|
|
|
#endif
|