mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-18 18:35:26 +02:00
2be69b3eb91898a6910eb68d10b64a83dc77da04
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.
Description
Languages
C++
98.7%
Python
0.7%
CMake
0.5%