id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1295,for each in VC8+,NN,Eric Niebler,"VC8 and VC9 have built in for each operator. BOOST_FOREACH should use it instead. This can decrease compilation time. Code sample: {{{ #!cpp #if defined(_MSC_VER) && _MSC_VER >= 1400 #define BOOST_FOREACH(i, c) for each(i in c) #else // BOOST_FOREACH #endif // _MSC_VER && _MSC_VER >= 1400 }}}",Feature Requests,closed,To Be Determined,foreach,Boost 1.34.1,Optimization,wontfix,,