mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-16 13:52:14 +00:00
d84a57441be5d24893c8aa74c04522a6a2673d7e
The merge tests into containers with unique keys are failing on some platforms. My guess is that because of differences between ordering of nodes with equivalent keys that different nodes are being 'merged' in the unordered containers and the tracker containers. So when creating the fake merge, use the unordered container as a reference. This is a little less pure, but should be a good enough test.
Description
Languages
C++
98.6%
Python
0.8%
CMake
0.5%