*** empty log message ***

[SVN r25418]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-09-26 12:15:12 +00:00
parent f7ffdde09f
commit a29ddcbcca
3 changed files with 15 additions and 12 deletions

View File

@ -84,7 +84,8 @@ namespace range_detail
// string
//////////////////////////////////////////////////////////////////////
#if BOOST_WORKAROUND(__MWERKS__, <= 0x3204 ) // up to 9.3
#if BOOST_WORKAROUND(__MWERKS__, <= 0x3204 ) || BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
// CW up to 9.3 and borland have troubles with function ordering
inline const char* begin( const char* s )
{
return s;