From 185fcb323f3fbc11609b8103dbe905fe530f6a0d Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Thu, 9 Nov 2006 00:10:34 +0000 Subject: [PATCH] Move vacpp MPL asserts config to the right place [SVN r35928] --- 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