CodeGear patch. Fixes #2344

[SVN r49321]
This commit is contained in:
Nicola Musatti
2008-10-13 19:27:26 +00:00
parent 78effefadb
commit 2ece3ac5c2
4 changed files with 10 additions and 6 deletions

View File

@ -110,7 +110,7 @@ namespace boost
private:
typename super_t::reference dereference() const
{
# if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551))
# if BOOST_WORKAROUND(__BORLANDC__, < 0x5A0 )
return const_cast<super_t::reference>(**this->base());
# else
return **this->base();