*** empty log message ***

[SVN r24196]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-07-30 21:28:40 +00:00
parent 12acb0fdf7
commit ab738f30ba

View File

@ -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<int[10]>::type, int >::value ));
BOOST_STATIC_ASSERT(( is_same< iterator_of<int[10]>::type, int* >::value ));
BOOST_STATIC_ASSERT(( is_same< const_iterator_of<int[10]>::type, const int* >::value ));