/usr/include/boost/ratio/mpl
NameSizeModeActions
abs.hpp6500644editdlrm
arithmetic.hpp6920644editdlrm
comparison.hpp6100644editdlrm
divides.hpp6980644editdlrm
equal_to.hpp7030644editdlrm
gcd.hpp6840644editdlrm
greater.hpp6990644editdlrm
greater_equal.hpp7410644editdlrm
lcm.hpp6840644editdlrm
less.hpp6780644editdlrm
less_equal.hpp7200644editdlrm
minus.hpp6880644editdlrm
negate.hpp6580644editdlrm
not_equal_to.hpp7310644editdlrm
numeric_cast.hpp7480644editdlrm
plus.hpp6770644editdlrm
rational_constant.hpp5420644editdlrm
rational_c_tag.hpp5640644editdlrm
sign.hpp6570644editdlrm
times.hpp6880644editdlrm
Edit: /usr/include/boost/ratio/mpl/less.hpp (678B)
// less.hpp // // (C) Copyright 2011 Vicente J. Botet Escriba // Use, modification and distribution are subject to 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). // #ifndef BOOST_RATIO_MPL_LESS_HPP #define BOOST_RATIO_MPL_LESS_HPP #include #include #include namespace boost { namespace mpl { template<> struct less_impl< rational_c_tag,rational_c_tag > { template< typename R1, typename R2 > struct apply : ratio_less { }; }; } } #endif // BOOST_RATIO_MPL_LESS_HPP