mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
editorial
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user