Open AlexMost opened 7 years ago
Is this project active? Shall I look in to this issue?
I believe the issue is that the internal data gets copied as is but the compare function used by the heap does not get copied. The clone ends up using the default compare function for all operations done on it.
Expected to see:
but have instead
Original object behaves well, the order is correct but clone seems to be broken.