sdsl-lite icon indicating copy to clipboard operation
sdsl-lite copied to clipboard

add assignment operator to int_vector_buffer iterator

Open niklasb opened this issue 7 years ago • 2 comments

Otherwise it cannot be used in sd_vector constructor, probably amongst others.

niklasb avatar Mar 09 '17 11:03 niklasb

Can one of the admins verify this patch?

tb-robot avatar Mar 09 '17 11:03 tb-robot

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?

niklasb avatar Mar 09 '17 13:03 niklasb