mirror of
				https://github.com/boostorg/unordered.git
				synced 2025-11-04 09:41:40 +01:00 
			
		
		
		
	Unordered: Merge unordered from trunk.
- Activate `std::allocator_traits` for gcc 4.7 and Visual C++ 11. - Implement variadic construct in `boost::unordered::detail::allocator_traits` when variadics, rvalue references and SFINAE expression are available. - Use variadic construct from `allocator_traits`, or when not available move the logic for constructing `value_type` to a lower level, so the container code is a bit simpler. - Avoid `-Wshadow` warnings. Fixes #6190. - Implement `reserve`. Fixes #6857. [SVN r78432]
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
 | 
			
		||||
template <typename T> inline void avoid_unused_warning(T const&) {}
 | 
			
		||||
 | 
			
		||||
test::seed_t seed(73041);
 | 
			
		||||
test::seed_t initialize_seed(73041);
 | 
			
		||||
 | 
			
		||||
template <class T>
 | 
			
		||||
struct copy_test1 : public test::exception_base
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user