[BGL] Using undirected adjacency_matrix.

Morning, all. When the attached source code is compiled as is, the program works as expected. If the first #if condition is set to 0, the program garbles some output before crashing. If second #if condition is then set to 1, the program outputs much less, but it still crashes. Without the undirectedS property tag, the program works as expected, regardless of the #if conditions. I'm using the MinGW compiler bundled with Dev-C++ 4.9.8.5 and linking to the Boost libraries downloaded from CVS as of today, 0830 EST. I don't use the adjacency_matrix class template except for testing, so this is no showstopper, but it does seem to put a crimp on genericity. Feedback appreciated! Cromwell Enage __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

Hi Cromwell, Thanks for the bug report. I've fixed the problem. Mind if I add a modified version of your test to the test directory? Cheers, Jeremy On Feb 5, 2004, at 10:21 AM, Cromwell Enage wrote:
Morning, all.
When the attached source code is compiled as is, the program works as expected.
If the first #if condition is set to 0, the program garbles some output before crashing.
If second #if condition is then set to 1, the program outputs much less, but it still crashes.
Without the undirectedS property tag, the program works as expected, regardless of the #if conditions.
I'm using the MinGW compiler bundled with Dev-C++ 4.9.8.5 and linking to the Boost libraries downloaded from CVS as of today, 0830 EST.
I don't use the adjacency_matrix class template except for testing, so this is no showstopper, but it does seem to put a crimp on genericity.
Feedback appreciated! Cromwell Enage
__________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/ filing.html<adjacency_matrix_test.cpp>_________________________________ ______________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Jeremy Siek <jsiek@osl.iu.edu> http://www.osl.iu.edu.edu/~jsiek Ph.D. Student, Indiana University Bloomington C++ Booster (http://www.boost.org) Office phone: (812) 856-1820 _______________________________________________
participants (2)
-
Cromwell Enage
-
Jeremy Siek