Draft: Problem with reverse secondary index iterator after primary_index.erase()
There is a unit test named testIteration2A that is failing. Although it hasn't been winnowed down, the test might still be simple enough for debugging.
- The unit test initializes a table with four items.
- It removes an item from the "middle" of a secondary index iterator.
- It removes another item from the beginning of a reverse secondary index iterator.
- It does not encounter the expected item for the the first item of the reverse secondary index iterator.