*** empty log message ***

[SVN r28042]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-04-07 13:27:30 +00:00
parent 1c8f27535d
commit 6b9919ae4b

View File

@ -33,7 +33,7 @@
#error "macro already defined!" #error "macro already defined!"
#endif #endif
#if _MSC_VER <= 1200 && !defined( __COMO__ ) && !defined( __GNUC__ ) && __MWERKS__ <= 0x3003 #if BOOST_WORKAROUND( BOOST_MSVC, <= 1200 ) || __MWERKS__ <= 0x3003
#define BOOST_RANGE_NO_ARRAY_SUPPORT 1 #define BOOST_RANGE_NO_ARRAY_SUPPORT 1
#endif #endif