diff options
Diffstat (limited to 'src/boost/weak_ptr.hpp')
-rw-r--r-- | src/boost/weak_ptr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost/weak_ptr.hpp b/src/boost/weak_ptr.hpp index d44b20127a1d..3d3b3eb79df1 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: |