From 5759dd3db672ff6d1307aaae1e20733c49c7754c Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 7 Sep 2004 02:57:50 +0000 Subject: [PATCH] MIPSpro 7.3 workaround [SVN r24945] --- include/boost/mpl/aux_/largest_int.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/mpl/aux_/largest_int.hpp b/include/boost/mpl/aux_/largest_int.hpp index 9d000db..466aa91 100644 --- a/include/boost/mpl/aux_/largest_int.hpp +++ b/include/boost/mpl/aux_/largest_int.hpp @@ -38,7 +38,8 @@ template<> struct integral_rank : int_<10> {}; template<> struct integral_rank : int_<11> {}; template< typename T1, typename T2 > struct largest_int -#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300) +#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300) \ + && !BOOST_WORKAROUND(__EDG_VERSION__, <= 238) : if_c< ( integral_rank::value >= integral_rank::value ) , T1