2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 07:52:10 +00:00

port to KAI C++

[SVN r9610]
This commit is contained in:
Jeremy Siek
2001-03-20 05:15:11 +00:00
parent 3f97794d58
commit e3a8ba103a

View File

@@ -64,6 +64,7 @@ namespace boost {
} else
if (edge(f[*i], j, g2).second)
return false;
return true;
}