
13 Jan
2005
13 Jan
'05
12:17 a.m.
On 01/11/2005 08:01 AM, Larry Evans wrote:
A recent thread in c.l.c++.m:
http://groups-beta.google.com/group/comp.lang.c++.moderated/browse_frm/threa...
illustrates the general problem of flattening a tree-like structure to iterate over the leaves. Could iterable ranges be extended to do this sort of thing. I'm thinking that if the depth of the [snip]
I think the gzipped tar file in: http://boost-sandbox.sourceforge.net/vault/flatten_iterator.tar.gz may solve the problem. Any interest?