Re: Get rid of move_iterator in debug checks
On 05/07/15 23:23 +0200, François Dumont wrote: Ok ? Yes, OK, thanks.
Get rid of move_iterator in debug checks
Hi I would like to restore foreign iterator check even when move_iterator are being use. To do so I leverage on __miter_base to get rid of move_iterator layer before running the check. I had to expose __miter_base fallback implementation in cpp_type_traits.h to safely use it in debug mode. 20