mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-30 20:12:21 +00:00
merged HEAD to RC
[SVN r35405]
This commit is contained in:
@@ -77,7 +77,10 @@ BOOST_PARAMETER_FUNCTION((int), h, tag,
|
||||
)
|
||||
)
|
||||
{
|
||||
BOOST_MPL_ASSERT((boost::is_same<index_type, int const>));
|
||||
# if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) \
|
||||
&& !BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
|
||||
BOOST_MPL_ASSERT((boost::is_same<index_type, int>));
|
||||
# endif
|
||||
|
||||
tester(
|
||||
name
|
||||
@@ -99,8 +102,9 @@ BOOST_PARAMETER_FUNCTION((int), h2, tag,
|
||||
)
|
||||
)
|
||||
{
|
||||
# if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
|
||||
BOOST_MPL_ASSERT((boost::is_same<index_type, int const>));
|
||||
# if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) \
|
||||
&& !BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
|
||||
BOOST_MPL_ASSERT((boost::is_same<index_type, int>));
|
||||
# endif
|
||||
|
||||
tester(
|
||||
|
||||
Reference in New Issue
Block a user