Enable array support for CW 9

[SVN r24317]
This commit is contained in:
Stefan Slapeta
2004-08-05 21:08:42 +00:00
parent 3e632e0a32
commit 7b37911918

View File

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