From 094d43c6e8e42b913e6cbf6f1334a01afe1ec437 Mon Sep 17 00:00:00 2001 From: Stefan Slapeta Date: Fri, 26 Nov 2004 14:06:58 +0000 Subject: [PATCH] Fix for CW 8.4 [SVN r26315] --- include/boost/bind.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index a8308e9..d014b2d 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -127,7 +127,7 @@ template inline F & unwrap(reference_wrapper const * f, int) return f->get(); } -#if !( defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, <= 0x3003) ) +#if !( defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, <= 0x3004) ) template inline _mfi::dm unwrap(R T::* * pm, int) {