id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5352,BOOST_REVERSE_FOREACH does not work with boost::counting_iterator (gcc 4.5.0 and 4.5.2 using -O3),Marc-Peter Schambach ,Dave Abrahams,"The following code: {{{ #include #include ""boost/foreach.hpp"" #include int main(int, char**) { boost::counting_iterator start(0), end(10); std::pair, boost::counting_iterator > iterators(start, end); std::cout << ""Counting: ""; BOOST_REVERSE_FOREACH(int t, iterators) { std::cout <