
17 Jul
2004
17 Jul
'04
1:27 p.m.
"John Maddock" <john@johnmaddock.co.uk> writes:
The string algo library is currently failing with Borland's compiler because it uses code like:
template< typename T >
class has_native_replace
{
#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
private:
static T* t;
<snip> Really? Double-spaced with no indentation? And Borland doesn't like that? <wink> Seriously, is the indentation problem due to tabs in the source code? -- Dave Abrahams Boost Consulting http://www.boost-consulting.com