]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/bit_vector: fix IteratorImpl post-increment operator
authorIlya Dryomov <idryomov@gmail.com>
Sat, 6 Jan 2024 11:22:35 +0000 (12:22 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sat, 20 Jan 2024 15:06:54 +0000 (16:06 +0100)
commit2ab5b52f71c88cb55f8ed82f1dfd0115fdd6e022
tree4428ece9a61fc659f3ff74e78d09f15c087e8dc8
parent1503b96bf91d358540fc56a69b3cf18aa7eab68e
common/bit_vector: fix IteratorImpl post-increment operator

It's totally broken: instead of returning the current position and
moving to the next position, it returns the next position and doesn't
move anywhere.  Luckily it hasn't been used until now.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/common/bit_vector.hpp