$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] inquiry about proposing a new Boost library for a tree template container class
From: Erik Erlandson (eerlands_at_[hidden])
Date: 2011-05-03 23:57:24
Hello,
I recently completed an STL-compliant template container class for
storing data in an arbitrary tree structure. It seemed like it might be
a useful component of Boost, and I wanted to ask about how new projects
are submitted for consideration.
The current incarnation of the project is called 'st_tree', and resides
here:
https://github.com/erikerlandson/st_tree/wiki
Regards,
Erik Erlandson