Boost logo

Boost :

From: Krishna Padmasola (krishna_at_[hidden])
Date: 2000-11-15 06:51:59


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