From ab738f30ba11ad4ca04ff04d80d0972f2e413742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Fri, 30 Jul 2004 21:28:40 +0000 Subject: [PATCH] *** empty log message *** [SVN r24196] --- test/array.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/array.cpp b/test/array.cpp index e38f61b..093a775 100755 --- a/test/array.cpp +++ b/test/array.cpp @@ -40,7 +40,8 @@ void check_array() // BOOST_RANGE_NO_STATIC_ASSERT -#if !defined( __BORLANDC__ ) +#if !defined( __BORLANDC__ ) || ( _MSC_VER <= 1200 ) +#else BOOST_STATIC_ASSERT(( is_same< value_type_of::type, int >::value )); BOOST_STATIC_ASSERT(( is_same< iterator_of::type, int* >::value )); BOOST_STATIC_ASSERT(( is_same< const_iterator_of::type, const int* >::value ));