* GCC 2.95 compatibility. Prevents internal compiler error in member
template friends.
This commit is contained in:
parent
ae6d9033a1
commit
d7b3cdbd91
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue