Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68083 - trunk/boost/ratio/mpl
From: vicente.botet_at_[hidden]
Date: 2011-01-13 00:59:42


Author: viboes
Date: 2011-01-13 00:59:40 EST (Thu, 13 Jan 2011)
New Revision: 68083
URL: http://svn.boost.org/trac/boost/changeset/68083

Log:
Boost.Ratio: Added more mpl files

Added:
   trunk/boost/ratio/mpl/arithmetic.hpp (contents, props changed)
   trunk/boost/ratio/mpl/comparison.hpp (contents, props changed)
   trunk/boost/ratio/mpl/rational_constant.hpp (contents, props changed)

Added: trunk/boost/ratio/mpl/arithmetic.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/ratio/mpl/arithmetic.hpp 2011-01-13 00:59:40 EST (Thu, 13 Jan 2011)
@@ -0,0 +1,22 @@
+// arithmetic.hpp ---------------------------------------------------------------//
+
+// Copyright 2011 Vicente J. Botet Escriba
+
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+
+#ifndef BOOST_RATIO_MPL_ARITHMETIC_HPP
+#define BOOST_RATIO_MPL_ARITHMETIC_HPP
+
+#include <boost/ratio/mpl/plus.hpp>
+#include <boost/ratio/mpl/minus.hpp>
+#include <boost/ratio/mpl/times.hpp>
+#include <boost/ratio/mpl/divides.hpp>
+#include <boost/ratio/mpl/negate.hpp>
+#include <boost/ratio/mpl/abs.hpp>
+#include <boost/ratio/mpl/sign.hpp>
+#include <boost/ratio/mpl/gcd.hpp>
+#include <boost/ratio/mpl/lcm.hpp>
+
+#endif // BOOST_RATIO_MPL_ARITHMETIC_HPP

Added: trunk/boost/ratio/mpl/comparison.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/ratio/mpl/comparison.hpp 2011-01-13 00:59:40 EST (Thu, 13 Jan 2011)
@@ -0,0 +1,19 @@
+// comparison.hpp ---------------------------------------------------------------//
+
+// Copyright 2011 Vicente J. Botet Escriba
+
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+
+#ifndef BOOST_RATIO_MPL_COMPARISON_HPP
+#define BOOST_RATIO_MPL_COMPARISON_HPP
+
+#include <boost/ratio/mpl/equal_to.hpp>
+#include <boost/ratio/mpl/not_equal_to.hpp>
+#include <boost/ratio/mpl/less.hpp>
+#include <boost/ratio/mpl/less_equal.hpp>
+#include <boost/ratio/mpl/greater.hpp>
+#include <boost/ratio/mpl/greater_equal.hpp>
+
+#endif // BOOST_RATIO_MPL_COMPARISON_HPP

Added: trunk/boost/ratio/mpl/rational_constant.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/ratio/mpl/rational_constant.hpp 2011-01-13 00:59:40 EST (Thu, 13 Jan 2011)
@@ -0,0 +1,15 @@
+// rational_constant.hpp ---------------------------------------------------------------//
+// Copyright 2011 Vicente J. Botet Escriba
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+
+#ifndef BOOST_RATIO_MPL_RATIONAL_CONSTANT_HPP
+#define BOOST_RATIO_MPL_RATIONAL_CONSTANT_HPP
+
+#include <boost/ratio/mpl/rational_c_tag.hpp>
+#include <boost/ratio/mpl/numeric_cast.hpp>
+#include <boost/ratio/mpl/arithmetic.hpp>
+#include <boost/ratio/mpl/comparison.hpp>
+
+#endif // BOOST_RATIO_HPP


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