Hello Dan,
Hello Vladimir,
Boost = 1.29.0 & 1.30.0 (same effect on both) OS = Xp Pro, Microsoft Visual C++ .NET 55510-640-3992291-18154 As for switches, I am _NOT_ using managed extensions, just pure C++ (as pure as it can be in an MS environment), multi-thread debug , no precompiled headers, exceptions enabled, no RTTI (am I forgetting some flag?)
I'm at loss... nothing suspicious so far. And without VC7, I can't debug this. Let's try to narrow the problem down. 1. You compile examples/file_dependency.cpp, right? 2. It throws exception inside dijskta_shortets_path_no_init, right? 3. Exception is thrown from 'examine_edge' and the exception is 'negative_edge', right? 4. Could you tell what's the value of 'm_zero' and what's the value of 'e' --- I mean what's the source and target vertex? What's result of 'get' invocation? - Volodya