From 1bd83d43e8673a205c96538a16b507c122c94a0f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 24 May 2005 14:53:49 +0000 Subject: [PATCH] Improvements in type_traits have gotten MSVC 7.0 and prior down to 12 failures here [SVN r29170] --- 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 628f7b5..f5ac3a2 100644 --- a/call_traits_test.cpp +++ b/call_traits_test.cpp @@ -445,7 +445,7 @@ template struct call_traits_test; #endif #if defined(BOOST_MSVC) && _MSC_VER <= 1300 -unsigned int expected_failures = 14; +unsigned int expected_failures = 12; #elif defined(__SUNPRO_CC) #if(__SUNPRO_CC <= 0x520) unsigned int expected_failures = 18;