12345678910111213141516171819202122232425 |
- #ifndef BOOST_MPL_ARITHMETIC_HPP_INCLUDED
- #define BOOST_MPL_ARITHMETIC_HPP_INCLUDED
- #include <boost/mpl/plus.hpp>
- #include <boost/mpl/minus.hpp>
- #include <boost/mpl/times.hpp>
- #include <boost/mpl/divides.hpp>
- #include <boost/mpl/modulus.hpp>
- #include <boost/mpl/negate.hpp>
- #include <boost/mpl/multiplies.hpp> // deprecated
- #endif
|