id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 892,boost::counting_iterator,nobody,david_abrahams,"{{{ The following example code boost::counting_iterator pi1(3); boost::counting_iterator pi2(7); printf(""diff %d, %d\n"", pi2 - pi1, 5); should print diff 4, 5 but instead wrongly prints diff 4, 0 Tested with gcc. }}}",Bugs,closed,,iterator,None,,Invalid,,