Warning, file /include/boost/spirit/home/support/detail/endian.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007 #ifndef BOOST_SPIRIT_SUPPORT_DETAIL_ENDIAN_HPP
0008 #define BOOST_SPIRIT_SUPPORT_DETAIL_ENDIAN_HPP
0009
0010 #if defined(_MSC_VER)
0011 #pragma once
0012 #endif
0013
0014
0015 #if !defined(BOOST_ENDIAN_FORCE_PODNESS)
0016 #define BOOST_ENDIAN_FORCE_PODNESS 1
0017 #endif
0018
0019 #include <boost/endian/arithmetic.hpp>
0020
0021 #endif