$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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