Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67550 - sandbox/chrono/boost/mpl
From: vicente.botet_at_[hidden]
Date: 2011-01-01 15:20:13


Author: viboes
Date: 2011-01-01 15:19:58 EST (Sat, 01 Jan 2011)
New Revision: 67550
URL: http://svn.boost.org/trac/boost/changeset/67550

Log:
StaticInteger: added arithmetic.hpp
Added:
   sandbox/chrono/boost/mpl/arithmetic.hpp (contents, props changed)

Added: sandbox/chrono/boost/mpl/arithmetic.hpp
==============================================================================
--- (empty file)
+++ sandbox/chrono/boost/mpl/arithmetic.hpp 2011-01-01 15:19:58 EST (Sat, 01 Jan 2011)
@@ -0,0 +1,29 @@
+
+#ifndef BOOST_MPL_ARITHMETIC_HPP_INCLUDED
+#define BOOST_MPL_ARITHMETIC_HPP_INCLUDED
+
+// Copyright Aleksey Gurtovoy 2000-2004
+//
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
+// See http://www.boost.org/libs/mpl for documentation.
+
+// $Id: arithmetic.hpp 49239 2008-10-10 09:10:26Z agurtovoy $
+// $Date: 2008-10-10 11:10:26 +0200 (ven., 10 oct. 2008) $
+// $Revision: 49239 $
+
+#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
+#include <boost/mpl/abs.hpp>
+#include <boost/mpl/sign.hpp>
+#include <boost/mpl/gcd.hpp>
+#include <boost/mpl/lcm.hpp>
+
+#endif // BOOST_MPL_ARITHMETIC_HPP_INCLUDED


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk