File indexing completed on 2025-01-18 09:41:55
0001
0002 #ifndef BOOST_MPL_ARITHMETIC_HPP_INCLUDED
0003 #define BOOST_MPL_ARITHMETIC_HPP_INCLUDED
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #include <boost/mpl/plus.hpp>
0018 #include <boost/mpl/minus.hpp>
0019 #include <boost/mpl/times.hpp>
0020 #include <boost/mpl/divides.hpp>
0021 #include <boost/mpl/modulus.hpp>
0022 #include <boost/mpl/negate.hpp>
0023 #include <boost/mpl/multiplies.hpp> // deprecated
0024
0025 #endif