2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-11 11:52:12 +00:00

added comments about num_vertices()

[SVN r10047]
This commit is contained in:
Jeremy Siek
2001-05-07 20:36:15 +00:00
parent e0b96232d1
commit ad8fc9ca0d

View File

@@ -267,6 +267,11 @@ namespace boost {
// for algorithms allocating property storage in an array. We could
// try to create a mapping to new recalibrated indices, but I don't
// see an efficient way to do this.
//
// However, the current solution is still unsatisfactory because
// the following semantic constraints no longer hold:
// tie(vi, viend) = vertices(g);
// assert(std::distance(vi, viend) == num_vertices(g));
template <typename G, typename EP, typename VP>
typename filtered_graph<G, EP, VP>::vertices_size_type