Remove uses of BOOST_NO_MEMBER_TEMPLATE_FRIENDS

This commit is contained in:
Peter Dimov
2024-09-24 18:33:22 +03:00
parent d2c2407585
commit 66e6f9b2ef
3 changed files with 1 additions and 18 deletions

View File

@@ -249,18 +249,11 @@ public:
return pn.hash_value();
}
// 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
private:
template<class Y> friend class weak_ptr;
template<class Y> friend class shared_ptr;
#endif
element_type * px; // contained pointer
boost::detail::weak_count pn; // reference counter