$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Philippe A. Bouchard (philippeb_at_[hidden])
Date: 2002-08-27 14:05:14
ptr<> is now acceptable & a _lot_ more simpler. Ron Natalie answered a
question I was looking for a while ago: how do we get the block address of
the allocated virtual object? With dynamic_cast<void *>()!!
Here is ptr.hpp & tree_traits.hpp simplified, and ptr_test.cpp as an
example:
http://groups.yahoo.com/group/boost/files/ptr/
tree_type is only of simple_tree (default) & complex_tree also... no more
ambiguous_tree.
Philippe A. Bouchard