From 8aad9e15afb8a8382a384e7d774ce109398cc44a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 19 May 2005 17:03:09 +0000 Subject: [PATCH] Removed VC8 workaround: it's been fixed in Beta 2. [SVN r29068] --- test/regress/test_operators.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/regress/test_operators.cpp b/test/regress/test_operators.cpp index 31b17c7b..e9a947c3 100644 --- a/test/regress/test_operators.cpp +++ b/test/regress/test_operators.cpp @@ -12,7 +12,6 @@ #include "test.hpp" #if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300)\ - && !BOOST_WORKAROUND(BOOST_MSVC, == 1400)\ && !BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(55500))\ && !(defined(__GNUC__) && (__GNUC__ < 3) && !(defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)))