Chris@16: // greater_equal.hpp Chris@16: // Chris@16: // (C) Copyright 2011 Vicente J. Botet Escriba Chris@16: // Use, modification and distribution are subject to the Boost Software License, Chris@16: // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt). Chris@16: // Chris@16: Chris@16: #ifndef BOOST_RATIO_MPL_GREATER_EQUAL_HPP Chris@16: #define BOOST_RATIO_MPL_GREATER_EQUAL_HPP Chris@16: Chris@16: #include Chris@16: #include Chris@16: #include Chris@16: Chris@16: namespace boost { Chris@16: namespace mpl { Chris@16: Chris@16: template<> Chris@16: struct greater_equal_impl< rational_c_tag,rational_c_tag > Chris@16: { Chris@16: template< typename R1, typename R2 > struct apply Chris@16: : ratio_greater_equal Chris@16: { Chris@16: }; Chris@16: }; Chris@16: } Chris@16: } Chris@16: Chris@16: #endif // BOOST_RATIO_MPL_GREATER_EQUAL_HPP