4 Oct
2013
4 Oct
'13
10:37 p.m.
On 5-10-2013 0:34, Krzysztof KosiĆski wrote:
2013/10/5 Martin Owens <doctormo@...400...>:
So I can go through our code base and remove all the loops that use end() in their evaluations? Because I've always hated those.
Do you want to replace them with C++11 range-based for, or with a declared iterator before the loop?
I'd opt for the 1st solution, but in that case it might be wise to wait until 0.49 before we start requiring a C++11 compiler.
I agree. (we are trying to get a release out the door, let's try and focus on that a little... ;)
Cheers, Johan