Boost logo

Boost :

From: John Max Skaller (skaller_at_[hidden])
Date: 2001-05-25 18:23:17


Greg Colvin wrote:
>
> Larry just did me the favor of putting updated copies of my simple
> cyclic_ptr at:
>
> http://groups.yahoo.com/group/boost/files/smart_pointers/cyclic_ptr/

The following must be a bug, since the definitions
following it are either private or public, depending on
the condition.

#if !defined( BOOST_NO_MEMBER_TEMPLATE_FRIENDS )
   private:
      template<typename> friend struct recyclable_base;
      template<typename> friend struct cyclic_ptr;
      template<typename> friend struct weak_ptr;
#endif

-- 
John (Max) Skaller, mailto:skaller_at_[hidden]
10/1 Toxteth Rd Glebe NSW 2037 Australia voice: 61-2-9660-0850
checkout Vyper http://Vyper.sourceforge.net
download Interscript http://Interscript.sourceforge.net

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk