forked from boostorg/unordered
		
	Unordered: Test with more allocators.
Causes some C++11 failures.... [SVN r79357]
This commit is contained in:
		@@ -53,10 +53,10 @@ struct collision2_hash
 | 
			
		||||
 | 
			
		||||
typedef boost::unordered_multimap<int, int,
 | 
			
		||||
    collision_hash, std::equal_to<int>,
 | 
			
		||||
    test::allocator<std::pair<int const, int> > > collide_map;
 | 
			
		||||
    test::allocator1<std::pair<int const, int> > > collide_map;
 | 
			
		||||
typedef boost::unordered_multimap<int, int,
 | 
			
		||||
    collision2_hash, std::equal_to<int>,
 | 
			
		||||
    test::allocator<std::pair<int const, int> > > collide_map2;
 | 
			
		||||
    test::allocator2<std::pair<int const, int> > > collide_map2;
 | 
			
		||||
typedef collide_map::value_type collide_value;
 | 
			
		||||
typedef test::list<collide_value> collide_list;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user