mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17: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);
|
check_lookup_stats(s.unsuccessful_lookup, full);
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_CFOA_TESTS)
|
#if !defined(BOOST_UNORDERED_CFOA_TESTS)
|
||||||
// Due to rehashing, may not hold in concurrent containers
|
// Due to rehashing.
|
||||||
// because of insertion retries
|
// May not hold in concurrent containers because of insertion retries
|
||||||
BOOST_TEST_GT(
|
BOOST_TEST_GT(
|
||||||
s.insertion.count, s.unsuccessful_lookup.count);
|
s.insertion.count, s.unsuccessful_lookup.count);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user