← Back to team overview

kicad-developers team mailing list archive

Re: PATCH: 3D resolver iterator bug

 

Ignore the last patch; JP had already fixed the iterator problem.

On Tue, Jun 14, 2016 at 8:12 AM, Cirilo Bernardo <cirilo.bernardo@xxxxxxxxx>
wrote:

> Some compilers complain when a const_iterator is used as an
> argument to insert( iterator, object). This patch works around the
> issue by declaring two iterators as non-const types.
>
> - Cirilo
>
>

References