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

@ -470,8 +470,7 @@ namespace boost
//
class iterator_core_access
{
# if defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS) \
|| BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551))
# if defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS)
// Tasteless as this may seem, making all members public allows member templates
// to work in the absence of member template friends.
public: