mirror of
https://github.com/boostorg/ratio.git
synced 2025-05-09 23:24:01 +00:00
Boost.Ratio: Added more mpl files
[SVN r68083]
This commit is contained in:
parent
40da34a83b
commit
be1aff23e1
22
include/boost/ratio/mpl/arithmetic.hpp
Normal file
22
include/boost/ratio/mpl/arithmetic.hpp
Normal file
@ -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
|
19
include/boost/ratio/mpl/comparison.hpp
Normal file
19
include/boost/ratio/mpl/comparison.hpp
Normal file
@ -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
|
15
include/boost/ratio/mpl/rational_constant.hpp
Normal file
15
include/boost/ratio/mpl/rational_constant.hpp
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user