Re: Debug mode enhancements

2015-06-29 Thread Jonathan Wakely
On 12/06/15 19:11 +0200, François Dumont wrote: Hi This is a patch to: - Enhance __get_distance to get a better feedback about distance between iterators so that we can take sharper decision about what is right or not. This function is now aware about safe iterators and leverage on those a l

Re: Debug mode enhancements

2015-06-24 Thread François Dumont
Hello Is this one ok ? François On 12/06/2015 19:11, François Dumont wrote: > Hi > > This is a patch to: > > - Enhance __get_distance to get a better feedback about distance between > iterators so that we can take sharper decision about what is right or > not. This function is now aware

Debug mode enhancements

2015-06-12 Thread François Dumont
Hi This is a patch to: - Enhance __get_distance to get a better feedback about distance between iterators so that we can take sharper decision about what is right or not. This function is now aware about safe iterators and leverage on those a little like std::distance does with C++ 11 list::i