mirror of
https://github.com/boostorg/utility.git
synced 2026-02-02 09:22:17 +00:00
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.