Closed avilleret closed 9 years ago
after fixing #380, I have another issue : https://gist.github.com/avilleret/80e0935a38542ca2e5f8
According to http://www.drdobbs.com/cpp/three-guidelines-for-effective-iterator/184401406 it is due to a poor implementation of STL and swapping value on each side of == should solve the issue. But I don't know which value I have to swap...
I don't think this issue is still relevant since #380 is closed
after fixing #380, I have another issue : https://gist.github.com/avilleret/80e0935a38542ca2e5f8
According to http://www.drdobbs.com/cpp/three-guidelines-for-effective-iterator/184401406 it is due to a poor implementation of STL and swapping value on each side of == should solve the issue. But I don't know which value I have to swap...