mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 07:44:32 +02:00
Merge fix from RC_1_34_0
[SVN r35935]
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
|
||||
#ifndef BOOST_MPL_ASSERT_HPP_INCLUDED
|
||||
#define BOOST_MPL_ASSERT_HPP_INCLUDED
|
||||
|
||||
@@ -35,7 +36,7 @@
|
||||
|
||||
|
||||
#if BOOST_WORKAROUND(__BORLANDC__, >= 0x560) && BOOST_WORKAROUND(__BORLANDC__, < 0x600) \
|
||||
|| (BOOST_MPL_CFG_GCC != 0)
|
||||
|| (BOOST_MPL_CFG_GCC != 0) \
|
||||
|| BOOST_WORKAROUND(__IBMCPP__, <= 600)
|
||||
# define BOOST_MPL_CFG_ASSERT_USE_RELATION_NAMES
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user