editorial

This commit is contained in:
joaquintides
2024-05-01 20:57:02 +02:00
parent 7b0e4da61e
commit 04006547a2

View File

@ -153,8 +153,8 @@ template <class Container> void test_stats()
check_lookup_stats(s.unsuccessful_lookup, full);
#if !defined(BOOST_UNORDERED_CFOA_TESTS)
// Due to rehashing.
// May not hold in concurrent containers because of insertion retries
// Inequality due to rehashing.
// May not hold in concurrent containers because of insertion retries.
BOOST_TEST_GT(
s.insertion.count, s.unsuccessful_lookup.count);
#endif