
13 Jul
2012
13 Jul
'12
11:29 a.m.
On Thu, Jul 12, 2012 at 10:10 AM, Beman Dawes <bdawes@acm.org> wrote:
Support for the C++11 range-based for statement and BOOST_FOREACH for directory_iterator and recursive_directory_iterator has been added to trunk. This clears feature requests 5896 and 6521.
The range-based for has been tested against gcc 4.6, which works, and against VC++2012 RC, which ICEs the compiler. The ICE has been reported to Microsoft.
FWIW, Microsoft says the ICE will be fixed in the actual VC++ 2012 release. --Beman