editorial

This commit is contained in:
joaquintides
2024-05-01 20:56:05 +02:00
parent 0c1b719945
commit 7b0e4da61e

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
// Due to rehashing.
// May not hold in concurrent containers because of insertion retries
BOOST_TEST_GT(
s.insertion.count, s.unsuccessful_lookup.count);
#endif