mirror of
https://github.com/boostorg/iterator.git
synced 2026-07-07 09:00:46 +02:00
9d054b25ce
The new version should provide the expected behavior in the case (prior(v.end(), v.size()) == v.begin()). It should also work with integers now, as was originally intended by David Abrahams. Added tests to verify these new use cases.