2003-02-25 23:11:41 +00:00
|
|
|
|
|
|
|
|
#ifndef BOOST_MPL_ARITHMETIC_HPP_INCLUDED
|
|
|
|
|
#define BOOST_MPL_ARITHMETIC_HPP_INCLUDED
|
|
|
|
|
|
2004-09-02 15:41:37 +00:00
|
|
|
// Copyright Aleksey Gurtovoy 2000-2004
|
2002-09-15 22:13:24 +00:00
|
|
|
//
|
2004-09-02 15:41:37 +00:00
|
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
|
|
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
2004-07-26 00:32:12 +00:00
|
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
2003-02-25 23:11:41 +00:00
|
|
|
//
|
|
|
|
|
// See http://www.boost.org/libs/mpl for documentation.
|
2002-09-15 22:13:24 +00:00
|
|
|
|
2008-10-10 09:10:26 +00:00
|
|
|
// $Id$
|
2004-09-02 15:41:37 +00:00
|
|
|
// $Date$
|
|
|
|
|
// $Revision$
|
|
|
|
|
|
|
|
|
|
#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
|
2002-09-15 22:13:24 +00:00
|
|
|
|
|
|
|
|
#endif // BOOST_MPL_ARITHMETIC_HPP_INCLUDED
|