$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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