Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-09-22 13:08:07


The shared_ptr docs contain this signature:

      explicit shared_ptr(weak_ptr const & r);

Which should, IMO, read:

      template <typename Y> explicit shared_ptr(weak_ptr<Y> const & r);

-----------------------------------------------------------
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com


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