mirror of
https://github.com/boostorg/graph.git
synced 2025-05-11 13:24:01 +00:00
Added some comments about a peculiar condition in the testing.
[SVN r50232]
This commit is contained in:
parent
a6daa83472
commit
b2724beb09
@ -123,6 +123,10 @@ int main()
|
||||
invalidate_out_edges<VVB>();
|
||||
invalidate_adj_verts<VVB>();
|
||||
|
||||
// If you comment out the tests before this, then adj_verts test will
|
||||
// run without segfaulting - at least under gcc-4.3. Not really sure why,
|
||||
// but I'm guessing it's still not generating valid results, and shouldn't
|
||||
// be taken as an indicator of stability.
|
||||
typedef adjacency_list<vecS, vecS, directedS, int, int> VVD;
|
||||
cout << "vecS vecS directedS" << endl;
|
||||
invalidate_vertices<VVD>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user