* GCC 2.95 compatibility. Prevents internal compiler error in member

template friends.
This commit is contained in:
Eelco Dolstra 2005-05-04 16:30:35 +00:00
parent ae6d9033a1
commit d7b3cdbd91
2 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@ public:
// Tasteless as this may seem, making all members public allows member templates
// to work in the absence of member template friends. (Matthew Langston)
#ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS
#if 0
private:

View File

@ -154,7 +154,7 @@ public:
// Tasteless as this may seem, making all members public allows member templates
// to work in the absence of member template friends. (Matthew Langston)
#ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS
#if 0
private: