[ConceptGCC] |
ConceptGCC :ConceptGCC Alpha 5 is available |
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-01-19 16:47:04
ConceptGCC alpha 5 is now available from the ConceptGCC web page:
http://www.generic-programming.org/software/ConceptGCC/
This release improves compiler stability and adds support for the
new, range-based "for" loop that can iterate over sequences with a
simple, clean syntax, e.g.:
for (int i : values)
sum += i;
Have fun!
Cheers,
Doug