diff --git a/src/boost/shared_ptr.hpp b/src/boost/shared_ptr.hpp index 1a627774e5..1702ad2688 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: diff --git a/src/boost/weak_ptr.hpp b/src/boost/weak_ptr.hpp index d44b20127a..3d3b3eb79d 100644 --- a/src/boost/weak_ptr.hpp +++ b/src/boost/weak_ptr.hpp @@ -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: