27 Feb
2006
27 Feb
'06
4:18 p.m.
On Feb 7, 2006, at 11:01 PM, Tux Han wrote:
I wrote a very simple sample using BGL adjacent list and using a random access EdgeList. But when I invoke remove_out_edge method, It seems wrong. My config is Boost 1.33.1 and Visual Studio 2005, here is my code: [snip] Is there something wrong?
This is definitely a bug in the BGL. In truth, the EdgeListS parameter should always be "listS", because there are problems with almost all other container types :( Doug