From ad8fc9ca0ddc59e9cbe02f0e2a8fd245046d387e Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 7 May 2001 20:36:15 +0000 Subject: [PATCH] added comments about num_vertices() [SVN r10047] --- include/boost/graph/filtered_graph.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/graph/filtered_graph.hpp b/include/boost/graph/filtered_graph.hpp index 2742e9bf..91f99001 100644 --- a/include/boost/graph/filtered_graph.hpp +++ b/include/boost/graph/filtered_graph.hpp @@ -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 filtered_graph::vertices_size_type