Add missed slash

[SVN r35934]
This commit is contained in:
Aleksey Gurtovoy
2006-11-09 01:06:57 +00:00
parent 869e19c281
commit 45d97de592

View File

@@ -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