mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +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.