15 Mar
2013
15 Mar
'13
3:30 p.m.
On Fri, Mar 15, 2013 at 3:23 PM, Michel Morin
This is because dereferencing `reverse_iterator` of `counting_iterator` makes a reference to a dead temporary. See #2640 https://svn.boost.org/trac/boost/ticket/2640
Use `irange( 1, 5 )` instead.
Ok, Thx Michel.