mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +02:00
asserts fix for MIPSpro 7.3
[SVN r24950]
This commit is contained in:
@@ -35,8 +35,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BOOST_WORKAROUND(__MWERKS__, < 0x3202) \
|
#if BOOST_WORKAROUND(__MWERKS__, < 0x3202) \
|
||||||
|
|| BOOST_WORKAROUND(__EDG_VERSION__, <= 238) \
|
||||||
|| BOOST_WORKAROUND(__BORLANDC__, < 0x600) \
|
|| BOOST_WORKAROUND(__BORLANDC__, < 0x600) \
|
||||||
|| BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x840))
|
|| BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x840)) \
|
||||||
# define BOOST_MPL_CFG_ASSERT_BROKEN_POINTER_TO_POINTER_TO_MEMBER
|
# define BOOST_MPL_CFG_ASSERT_BROKEN_POINTER_TO_POINTER_TO_MEMBER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user