From 7b1499c976ceb4607e13ac075ec736b189f4473a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 19 Dec 2001 21:30:15 +0000 Subject: [PATCH] bumped workaround number to accomodate CodeWarrior beta compiler [SVN r12124] --- include/boost/preprocessor/tuple.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/preprocessor/tuple.hpp b/include/boost/preprocessor/tuple.hpp index ff1d386..eb6b5f3 100644 --- a/include/boost/preprocessor/tuple.hpp +++ b/include/boost/preprocessor/tuple.hpp @@ -46,7 +46,7 @@ The above expands to: #define BOOST_PREPROCESSOR_TUPLE_ELEM(N,I,T) BOOST_PREPROCESSOR_TUPLE_ELEM_DELAY(N,I,T) #ifndef DOXYGEN_SHOULD_SKIP_THIS -#if defined(__MWERKS__) && __MWERKS__ <= 0x2405 +#if defined(__MWERKS__) && __MWERKS__ <= 0x2406 // This is a workaround for a CodeWarrior preprocessor bug. Strictly speaking // this workaround invokes undefined behavior, but it works as desired. # define BOOST_PREPROCESSOR_TUPLE_ELEM_DELAY(N,I,T) BOOST_PREPROCESSOR_TUPLE##N##_ELEM##I##T