Skip to content
Commit 28d22d00 authored by Karl Rupp's avatar Karl Rupp
Browse files

vector_iterator: Fixed incorrect operator* and index calculations.

operator++ was incrementing the index incorrectly, while operator* was
returning a proxy which did not update any values if needed. Both
problems are now fixed and the respective tests are in place. Resolves #62

Reported-by: Karan Poddar via IRC.
parent bbfbf06a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment