Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-10-01 04:29:40


Author: johnmaddock
Date: 2007-10-01 04:29:15 EDT (Mon, 01 Oct 2007)
New Revision: 39633
URL: http://svn.boost.org/trac/boost/changeset/39633

Log:
Disable test for Intel-10.
Text files modified:
   trunk/libs/type_traits/test/promote_enum_test.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/type_traits/test/promote_enum_test.cpp
==============================================================================
--- trunk/libs/type_traits/test/promote_enum_test.cpp (original)
+++ trunk/libs/type_traits/test/promote_enum_test.cpp 2007-10-01 04:29:15 EDT (Mon, 01 Oct 2007)
@@ -91,7 +91,7 @@
 }
 
 #if (defined(BOOST_MSVC) && BOOST_MSVC <= 1400 ) || \
- (defined(BOOST_INTEL_WIN) && BOOST_INTEL_WIN <= 900)
+ (defined(BOOST_INTEL_WIN) && BOOST_INTEL_WIN <= 1000)
 // Don't test UIntEnum on VC++ 8.0 and Intel for Windows 9.0,
 // they are broken. More info is on top of this file.
 #else


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk