$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Tree library?
From: joel falcou (joel.falcou_at_[hidden])
Date: 2009-01-24 03:19:02
Le Sam 24 janvier 2009 00:27, Germán Diago a écrit :
> Is there any library in preparation in boost to use tree data
structures?
> If not, I would like to know where I can find a
good implementation of
> any open source tree library.
why not using boost::graph ? A tree is no more than a special graph
anyway ?