From 8f20b24bb5776fce6b7b0ed2a4928cc200eddad8 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 22 Mar 2003 13:34:52 +0000 Subject: [PATCH] Bump workaround version number [SVN r18044] --- include/boost/type_traits/is_base_and_derived.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/is_base_and_derived.hpp b/include/boost/type_traits/is_base_and_derived.hpp index b699ae8..05e4f34 100644 --- a/include/boost/type_traits/is_base_and_derived.hpp +++ b/include/boost/type_traits/is_base_and_derived.hpp @@ -26,7 +26,7 @@ namespace detail { #if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x570)) \ && !BOOST_WORKAROUND(__SUNPRO_CC , BOOST_TESTED_AT(0x540)) \ - && !BOOST_WORKAROUND(__EDG_VERSION__, <= 238) + && !BOOST_WORKAROUND(__EDG_VERSION__, <= 243) // The EDG version number is a lower estimate. // It is not currently known which EDG version // exactly fixes the problem.