123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #ifndef BOOST_MPL_BITOR_HPP_INCLUDED
- #define BOOST_MPL_BITOR_HPP_INCLUDED
- #if defined(_MSC_VER)
- #ifndef __GCCXML__
- #if defined(bitor)
- # pragma push_macro("bitor")
- # undef bitor
- # define bitor(x)
- #endif
- #endif
- #endif
- #define AUX778076_OP_NAME bitor_
- #define AUX778076_OP_PREFIX bitor
- #define AUX778076_OP_TOKEN |
- #include <boost/mpl/aux_/arithmetic_op.hpp>
- #if defined(_MSC_VER) && !defined(__clang__)
- #ifndef __GCCXML__
- #if defined(bitor)
- # pragma pop_macro("bitor")
- #endif
- #endif
- #endif
- #endif
|