mapnik/plugins
Artem Pavlenko 5dfd1a24fc Fix potential iterator out of range condition by using appropriate function (ref #4218) via @mathisloge
```
template< class InputIt1, class InputIt2, class BinaryPredicate >

bool equal( InputIt1 first1, InputIt1 last1,
            InputIt2 first2, InputIt2 last2,
            BinaryPredicate p );
```
2021-03-25 16:03:15 +00:00
..
input Fix potential iterator out of range condition by using appropriate function (ref #4218) via @mathisloge 2021-03-25 16:07:48 +00:00