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