forked from boostorg/bind
Update skipping of pro7 test
[SVN r22672]
This commit is contained in:
@@ -190,7 +190,7 @@ void function_object_test()
|
|||||||
BOOST_TEST( bind<int>(Y(), i, _1)(k) == 38 );
|
BOOST_TEST( bind<int>(Y(), i, _1)(k) == 38 );
|
||||||
BOOST_TEST( bind<long>(Y(), i, _1, 9)(k) == 938 );
|
BOOST_TEST( bind<long>(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;
|
global_result = 0;
|
||||||
bind<void>(Y(), i, _1, 9, 4)(k);
|
bind<void>(Y(), i, _1, 9, 4)(k);
|
||||||
|
Reference in New Issue
Block a user