Boost logo

Boost :

From: Guillaume Melquiond (guillaume.melquiond_at_[hidden])
Date: 2004-07-17 03:26:54


Hi,

Line 567 of adjacency_matrix.hpp is:

  typename Graph::MatrixIter l = g.m_matrix.end() + u;

Obviously l is an iterator past the end. Looking at the algorithm, it
seems to me it shouldn't be g.m_matrix.end() but f. So here comes a
patch.

Regards,

Guillaume




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