$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-01-20 09:58:21
On Tue, 20 Jan 2004 15:37:08 +0100, Bronek Kozicki wrote:
> ooops. move_ptr cannot be passed into sink function:
and of course it is not implementation problem; it's just how move
semantics is supposed to work, I think. Anyway it appears to be much
less usable than auto_ptr with its flawed copy semantics :(
B.