Skip to content

Fixed unsigned cyclic_value wrap-around bug for negative advance.

Compare
Choose a tag to compare
@jwellbelove jwellbelove released this 16 Apr 17:29
· 3164 commits to master since this release

Calling advance on an unsigned cyclic_value with a negative step, that would cause the value to wrap around the lower bound, would result in the incorrect value.