$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2006-08-18 15:36:33
On Aug 15, 2006, at 10:51 PM, Louis Lavery wrote:
> Would it be much easier to implement the boost graph
> lib if C++ containers could reference themselves?
There are some places where we've needed to introduce container
traits. For instance, see the adjacency_list_traits template. It's
possible that container traits would allow us to replace the "void*"
vertex descriptors (and all of the evil casting that implies) with
actual, typed descriptors.
Doug