1
0
forked from boostorg/bind

Borland fix

[SVN r35661]
This commit is contained in:
Peter Dimov
2006-10-18 17:36:50 +00:00
parent 0aadd1805d
commit a695360c4f

View File

@@ -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<class T> struct add_value
{