From 7b379119182babc98aef84603a58fd524edf89cd Mon Sep 17 00:00:00 2001 From: Stefan Slapeta Date: Thu, 5 Aug 2004 21:08:42 +0000 Subject: [PATCH] Enable array support for CW 9 [SVN r24317] --- include/boost/range/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/range/config.hpp b/include/boost/range/config.hpp index 4a93e08..2a2259e 100755 --- a/include/boost/range/config.hpp +++ b/include/boost/range/config.hpp @@ -31,7 +31,7 @@ #error "macro already defined!" #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 #endif