6 Sep
2005
6 Sep
'05
7:56 p.m.
On Sep 2, 2005, at 7:37 PM, Yu Huang wrote:
I report a small bug related to bgl.file_kind.adjlist.
I tried it using an inputfile in the specified format, but got nothing. And i checked the source code, basic_graph.cpp and found on line 129:
case gfk_adjlist: break;
which means simply not dealing with it at all.
Oops. Thanks for pointing this out.
I guess those two guys are so busy to fill some codes in it.
Busy, yes, but this was just an oversight. I've just implemented the functionality and committed it to CVS. It will be release as part of Boost 1.33.1; or, you can get it from CVS on the RC_1_33_0 branch. Doug