3 Aug
2004
3 Aug
'04
8:51 p.m.
On Tuesday 03 August 2004 1:49 pm, Bill Eidson wrote:
Has anyone had success running the BGL from with managed C++ code? I have code that compiles fine, but at runtime throws a .Net exception called TypeLoadException. Googleing and documentation I have read are no help. The graph used is a plain vanilla adjacency_list<> and the exception occurs durring the resize operation of the vertex vector.
There are some known bugs within the BGL regarding the use of singular iterators. I doubt they would trigger such a problem, but it is possible. These bugs have been fixed in Boost CVS and will be released in the coming weeks as part of Boost 1.32.0. Doug