1 // endian_in_union_test.cpp -------------------------------------------------//
3 // Copyright Beman Dawes 2008
5 // Distributed under the Boost Software License, Version 1.0. (See accompanying
6 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 // See library home page at http://www.boost.org/libs/endian
10 //----------------------------------------------------------------------------//
12 #define BOOST_ENDIAN_FORCE_PODNESS
14 #include <boost/integer/endian.hpp>
17 using namespace boost::integer
;
49 ulittle16_t ulittle16
;
50 ulittle24_t ulittle24
;
51 ulittle32_t ulittle32
;
52 ulittle40_t ulittle40
;
53 ulittle48_t ulittle48
;
54 ulittle56_t ulittle56
;
55 ulittle64_t ulittle64
;
67 unative16_t unative16
;
68 unative24_t unative24
;
69 unative32_t unative32
;
70 unative40_t unative40
;
71 unative48_t unative48
;
72 unative56_t unative56
;
73 unative64_t unative64
;