Closed GoogleCodeExporter closed 9 years ago
It's not too hard; bidirectional iterators are more complicated because you
need to handle end() in a special way to make sure std::advance(end(), -1)
gives you the last element.
Original comment by arseny.k...@gmail.com
on 27 Jan 2014 at 12:47
Fixed in r960.
Original comment by arseny.k...@gmail.com
on 27 Jan 2014 at 3:54
Original issue reported on code.google.com by
krist...@hotmail.com
on 24 Jan 2014 at 3:03