From e9184ee375e08d27a033cafd833030450abe415b Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Thu, 9 Nov 2006 00:13:22 +0000 Subject: [PATCH] Merge vacpp MPL asserts config fixes from RC_1_34_0 [SVN r35929] --- include/boost/mpl/assert.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/mpl/assert.hpp b/include/boost/mpl/assert.hpp index da1d7ce..105249b 100644 --- a/include/boost/mpl/assert.hpp +++ b/include/boost/mpl/assert.hpp @@ -36,6 +36,7 @@ #if BOOST_WORKAROUND(__BORLANDC__, >= 0x560) && BOOST_WORKAROUND(__BORLANDC__, < 0x600) \ || (BOOST_MPL_CFG_GCC != 0) + || BOOST_WORKAROUND(__IBMCPP__, <= 600) # define BOOST_MPL_CFG_ASSERT_USE_RELATION_NAMES #endif