mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-18 18:35:26 +02:00
Now the intel-linux tester that was failing for erase_tests is passing, but has started failing for find_tests instead. Oddly the test for non-const find is failing, but the const find is fine - this doesn't make much sense as they should be the same. Not sure, but it suggests the problem might be in the way iterators are handled, rather than the data structure? Checking the iterators before checking that the keys are equal in order to tell which part of the test is failing.