Mercurial > hg > vamp-build-and-test
view DEPENDENCIES/generic/include/boost/ratio/mpl/arithmetic.hpp @ 109:c4758b1b1089
Support linux32 builds from linux64 host; fix mistaken misidentification of all plugins as VamPy plugins
author | Chris Cannam |
---|---|
date | Tue, 08 Sep 2015 11:35:05 +0100 |
parents | 2665513ce2d3 |
children |
line wrap: on
line source
// 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