Hi,
> Greetings,
>
> I was wondering if any one was working on the C++-0x range for loop.
Didn't you notice the recent patch on the gcc-patches mailing list? As far as I
know the last iteration supports also uses in templates and the author is
finishing the Copyright Assign
Greetings,
I was wondering if any one was working on the C++-0x range for loop.
I found an implementation in ConceptGCC that looks like it could be
modified.
The basic strategy was to parse the loop and essentially rewrite it as
an old fashioned loop.
Of course concepts were used to come up