Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net