From 082d6e3b320fd87c74a0c028f5afc6d9a550e457 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 6 Nov 2001 16:09:14 +0000 Subject: [PATCH] *** empty log message *** [SVN r11614] --- iterator_adaptor_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iterator_adaptor_test.cpp b/iterator_adaptor_test.cpp index c594e3f..aa7600b 100644 --- a/iterator_adaptor_test.cpp +++ b/iterator_adaptor_test.cpp @@ -143,8 +143,8 @@ main() boost::default_iterator_policies, boost::value_type_is > Iter1; BOOST_STATIC_ASSERT((boost::is_same::value)); -#ifdef __BORLANDC__ - // This is a bug... +#if defined(__BORLANDC__) || defined(BOOST_MSVC) + // We currently don't know how to workaround this bug. BOOST_STATIC_ASSERT((boost::is_same::value)); BOOST_STATIC_ASSERT((boost::is_same::value)); #else