Skip to content

BrokenLineTrajectory: fix check for forward iterator

Gerhard Raven requested to merge fix-forward-iterator-check into master

Fix to strict check for forward iterator -- make sure that more constrained iterators (eg. random access iterators) are still recognized as forward iterator

Edited by Marco Cattaneo

Merge request reports