out-of-bounds sequence access when iterating over the result of set_symmetric_difference
with a range for.
#228
Labels
bug
Something isn't working
Getting an
out-of-bounds sequence access
error when trying to iterate on the result of aset_symmetric_difference
.I'm using trunk.
Link to the example: https://godbolt.org/z/z6E1eashz
I tried several variations, like reifying into a vector, also crashes
Interestingly I have a much more complex example using scan and map on the result of set_symmetric_difference and it works.
https://godbolt.org/z/9ex3se6hY
The text was updated successfully, but these errors were encountered: