enabled static asserts for VC6

[SVN r28881]
This commit is contained in:
Jonathan Turkanis 2005-05-13 17:09:17 +00:00
parent c17afe8d03
commit b2e9200529

View File

@ -34,7 +34,7 @@ void check_array()
// BOOST_RANGE_NO_STATIC_ASSERT
#if !defined( __BORLANDC__ ) || ( _MSC_VER <= 1200 )
#if !defined( __BORLANDC__ )
#else
BOOST_STATIC_ASSERT(( is_same< range_value<array_t>::type, int >::value ));
BOOST_STATIC_ASSERT(( is_same< range_iterator<array_t>::type, int* >::value ));