
16 Jul
2010
16 Jul
'10
6:53 p.m.
On Fri, 16 Jul 2010, Andrew Sutton wrote:
You are right. The edge_range() function should not be provided for out edge containers that are not associative containers. I disabled it in r64074 on the Boost trunk; see if that changes how your code behaves.
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? -- Jeremiah Willcock