File indexing completed on 2025-01-18 09:41:55
0001
0002 #ifndef BOOST_MPL_BITAND_HPP_INCLUDED
0003 #define BOOST_MPL_BITAND_HPP_INCLUDED
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022 #if defined(_MSC_VER)
0023 #ifndef __GCCXML__
0024 #if defined(bitand)
0025 # pragma push_macro("bitand")
0026 # undef bitand
0027 # define bitand(x)
0028 #endif
0029 #endif
0030 #endif
0031
0032 #define AUX778076_OP_NAME bitand_
0033 #define AUX778076_OP_PREFIX bitand
0034 #define AUX778076_OP_TOKEN &
0035 #include <boost/mpl/aux_/arithmetic_op.hpp>
0036
0037 #if defined(_MSC_VER) && !defined(__clang__)
0038 #ifndef __GCCXML__
0039 #if defined(bitand)
0040 # pragma pop_macro("bitand")
0041 #endif
0042 #endif
0043 #endif
0044
0045 #endif