$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kasper Peeters (peekas_at_[hidden])
Date: 2002-10-10 11:02:37
> Tree structures would be a welcome addition, IMO. Do you have (or plan to
> have) any "special case" tree structures, such as generic binary tree, AVL
> tree or red/black trees. Binary Trees are a very useful data structure that
> is lacking in the STL.
I currently have no need for any of those, but I'd be happy to help
anyone interested to adapt my code to such special cases.
Kasper