Disable test for Intel-10.

[SVN r39633]
This commit is contained in:
John Maddock
2007-10-01 08:29:15 +00:00
parent bb151449f7
commit 4f323d9845

View File

@ -91,7 +91,7 @@ void test_promote_to_int_or_uint()
}
#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