$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Yu Huang (yuhuang_at_[hidden])
Date: 2005-09-02 19:37:10
Hi guys,
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.
I guess those two guys are so busy to fill some codes in it.
Thanks,
Yu