mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-02 16:51:39 +01:00
982685d3a06affc1f5bf717d821e2ab84f32f1a2
So currently on one intel tester find_tests is failing the 'pos != x.end()' test, but not the 'const_pos != x_const.end()' test for unordered_set (and possibly others, the test results are truncated). I'm a bit stumped as to why this should be, as for unordered_set the const and non-const versions are basically the exact same code. See if changing the order makes any difference to what fails.
Description
Languages
C++
98.7%
Python
0.7%
CMake
0.5%