3 Jul
2006
3 Jul
'06
12:51 p.m.
On Jul 3, 2006, at 5:06 AM, Louis Lavery wrote:
...now all I need do is overload the push() and erase() functions. The problem is they are in nested namespace graph_detail and are called with full qualification (i.e. boost::graph_detail::push(...)) from adjacency_list class.
That means I need to put my overloads in boost::graph_detail. Is that right?
Ick, yes, they'll need to go into boost::graph_detail. Doug