From 3304c00da34d5636c8381df7fa29508fe881de63 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 10 Dec 2005 19:10:52 +0000 Subject: [PATCH] Borland can't handle the new member pointer code [SVN r31978] --- include/boost/bind.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index f6ec475..7597244 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -1548,7 +1548,8 @@ template _bi::bind_t< R, _mfi::dm, typename _bi::list_av_1::type > @@ -1588,7 +1589,7 @@ template< class R, class T > struct add_cref< R (T::*) () const, 1 > typedef void type; }; -#endif +#endif // __IBMCPP__ template struct isref {