sdsl-lite
sdsl-lite copied to clipboard
add assignment operator to int_vector_buffer iterator
Otherwise it cannot be used in sd_vector constructor, probably amongst others.
Can one of the admins verify this patch?
Somehow this iterator implementation is broken and we don't know why. We spent 2 hours now debugging it to no avail. The operator-
induces undefined behaviour, looks like it accesses uninitialized stack memory. Any thoughts @simongog?