21 Feb
2007
21 Feb
'07
4:30 p.m.
David Abrahams wrote:
Well, I'm not sure. Should BFS crash when used on an empty graph?
Well - I also passed it an invalid vertex descriptor: *vertices(g).first, which was in that case equal to *vertices(g).second ... It then crashed when BFS tried to get the out edge iterator ...