$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Philippe A. Bouchard (philippeb_at_[hidden])
Date: 2002-08-26 01:43:44
Hi,
hierarchy_traits<> was renamed to the shorter tree_traits<> and the
tree_type of ptr<T> can explicitly override the specialized
tree_traits<T>::type in this version:
ptr<int> p = new (rc()) int;
ptr<int, simple_tree> p = new (rc()) int;
IMO it is better this way because you have more control over your code:
http://groups.yahoo.com/group/boost/files/ptr/
Philippe A. Bouchard