$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2004-06-03 15:31:09
Why isn't there a version of boost::scoped_ptr<T> that takes a deleter?
That is, why isn't there scoped_ptr<T, D> ?
It would be useful to me.
Robert Ramey