From 4a41a09d276d78811cccbbf2e530a628feb23360 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 20 Apr 2004 16:32:51 +0000 Subject: [PATCH] Update skipping of pro7 test [SVN r22672] --- test/bind_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bind_test.cpp b/test/bind_test.cpp index c5aa4f2..2227e41 100644 --- a/test/bind_test.cpp +++ b/test/bind_test.cpp @@ -190,7 +190,7 @@ void function_object_test() BOOST_TEST( bind(Y(), i, _1)(k) == 38 ); BOOST_TEST( bind(Y(), i, _1, 9)(k) == 938 ); -#if !defined(__MWERKS__) || (__MWERKS__ > 0x2406) // Fails for this version of the compiler. +#if !defined(__MWERKS__) || (__MWERKS__ > 0x2407) // Fails for this version of the compiler. global_result = 0; bind(Y(), i, _1, 9, 4)(k);