18 Aug
2006
18 Aug
'06
7:36 p.m.
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