Boost logo

Boost Users :

From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2006-07-03 08:51:22


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


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