17#if defined( EH_HASHED_CONTAINERS_IMPLEMENTED )
47# if !(defined (_MSC_VER) && (_MSC_VER < 1100))
52 while ( testMultiMap.size() < hash_mapSize )
54 TestMultiMap::value_type
x;
55 testMultiMap.insert(
x );
56 testMultiMap2.insert( TestMultiMap::value_type() );
59# if defined( EH_HASH_CONTAINERS_SUPPORT_RESIZE )
67 TestMultiMap::value_type *insFirst =
new TestMultiMap::value_type[1+insCnt];
75# if EH_HASH_CONTAINERS_SUPPORT_ITERATOR_CONSTRUCTION
95# if !(defined (_MSC_VER) && (_MSC_VER < 1100))
100 while ( testMap.size() < hash_mapSize ) {
101 TestMap::value_type
x;
103 testMap2.insert( TestMap::value_type() );
106#if defined( EH_HASH_CONTAINERS_SUPPORT_RESIZE )
114 TestMap::value_type *insFirst =
new TestMap::value_type[1+insCnt];
122# if EH_HASH_CONTAINERS_SUPPORT_ITERATOR_CONSTRUCTION
void ConstCheck(const Value &v, const Operation &op, long max_iters=2000000)
void WeakCheck(const Value &v, const Operation &op, long max_iters=2000000)
GLint GLint GLint GLint GLint x
unsigned random_number(size_t range)
EH_STD::__hash_map__< TestClass, TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestMap
multimap_tag container_category(const TestMultiMap &)
void test_hash_multimap()
EH_STD::__hash_multimap__< TestClass, TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestMultiMap
test_insert_range< C, Iter > insert_range_tester(const C &orig, const Iter &first, const Iter &last)