
17 Jul
2010
17 Jul
'10
1:32 p.m.
On 16.07.2010 23:26, Andrew Sutton wrote:
Would it be appropriate to return a filter iterator for non-associative
containers?
That would produce the right semantics, but I'm not sure it satisfies the performance requirements (since stepping the filter_iterator can take arbitrarily long). We can certainly do it, though. Do you think it's good to put in?
Not really. I'm not sure there are that many people actually using the functionality. If somebody really wants it, we could provide it.
I tried to use it. :) But since the count of my edges are rather small per node (something <= 10) I can iterate over the out_edges() list Arne