From d7b3cdbd9142ed702a98ebb6a3f6759410d27773 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 May 2005 16:30:35 +0000 Subject: * GCC 2.95 compatibility. Prevents internal compiler error in member template friends. --- src/boost/shared_ptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boost/shared_ptr.hpp') diff --git a/src/boost/shared_ptr.hpp b/src/boost/shared_ptr.hpp index 1a627774e..1702ad268 100644 --- a/src/boost/shared_ptr.hpp +++ b/src/boost/shared_ptr.hpp @@ -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: -- cgit v1.2.3