$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Nicolella (boost_at_[hidden])
Date: 2006-08-25 13:07:05
Looking at boost::scoped_ptr, as I understand it it's meant to model
sole-ownership without transfer-of-ownership semantics. If that's the case,
what is the utility for having it support swap() operations ? What
functionality is lost if the swap() capability is removed?
Thanks,
Mike