
26 Aug
2004
26 Aug
'04
4:06 p.m.
At 03:13 PM 8/22/2004, Beman Dawes wrote:
At 12:56 PM 8/11/2004, Martin Wille wrote:
Investigation of the problem revealed that the documenation for path::iterator says it is a bidirectional iterator while the implementation uses single_pass_traversal_tag. This looks wrong to me.
I agree with your analysis.
OK, path::iterator in CVS has been changed to use bidirectional_traversal_tag. I'll try to keep an eye on the regression tests as the change propagates to various systems. If anyone has any problems with user code, please post a report here. --Beman