From a695360c4f6224a1c41f4b578b11fb4258d4615e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 18 Oct 2006 17:36:50 +0000 Subject: [PATCH] Borland fix [SVN r35661] --- include/boost/bind.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index f8c58db..e1076e0 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -934,7 +934,7 @@ namespace _bi #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || (__SUNPRO_CC >= 0x530) -#if 0 +#if defined( __BORLANDC__ ) && BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT(0x582) ) template struct add_value {