1
0
forked from boostorg/bind

Borland can't handle the new member pointer code

[SVN r31978]
This commit is contained in:
Peter Dimov
2005-12-10 19:10:52 +00:00
parent 3e980f8c34
commit 3304c00da3

View File

@@ -1548,7 +1548,8 @@ template<class F, class A1, class A2, class A3, class A4, class A5, class A6, cl
// data member pointers
#if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING)
#if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING) \
|| ( defined(__BORLANDC__) && BOOST_WORKAROUND( __BORLANDC__, < 0x600 ) )
template<class R, class T, class A1>
_bi::bind_t< R, _mfi::dm<R, T>, typename _bi::list_av_1<A1>::type >
@@ -1588,7 +1589,7 @@ template< class R, class T > struct add_cref< R (T::*) () const, 1 >
typedef void type;
};
#endif
#endif // __IBMCPP__
template<class R> struct isref
{