From f5690787bfd15263e2c057df4937ed8710785a6a Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 1 Sep 2002 14:57:40 +0000 Subject: [PATCH] Distinguish between VC++ versions [SVN r15127] --- call_traits_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call_traits_test.cpp b/call_traits_test.cpp index 52f1f40..10df697 100644 --- a/call_traits_test.cpp +++ b/call_traits_test.cpp @@ -408,7 +408,7 @@ template struct call_traits_test; #endif #endif -#ifdef BOOST_MSVC +#if defined(BOOST_MSVC) && _MSC_VER <= 1300 unsigned int expected_failures = 14; #elif defined(__SUNPRO_CC) #if(__SUNPRO_CC <= 0x520)