Boost logo

Boost :

From: Krishna Padmasola (krishna_at_[hidden])
Date: 2000-11-15 08:23:13


Actually it should be:

return !edge_equal(a, b, undirected_tag()) && edge_less(a, b,
directed_tag());

Krishna Padmasola wrote:
>
> Hi Jeremy,
>
> in the file boost/graph/detail/edge.hpp, line 64:
> it should be
> return !edge_equal(a, b) && edge_less(a, b, directed_tag());
> instead of
> return !edge_equal(a, v) && edge_less(a, b, directed_tag());
>
> regards,
> Krishna.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk