$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-01-19 09:20:02
On Sun, 18 Jan 2004 23:46:01 +0100, Daniel Wallin wrote:
> private:
> move_ptr(move_ptr&);
> template<class U> move_ptr(move_ptr<U>&);
neat :)
I'm wondering if you or Howard could supply tests for it. And if there's
need to provide this class with support for delteres, as proposed for
auto_ptr ?
B.