mirror of
				https://github.com/boostorg/unordered.git
				synced 2025-11-04 01:31:41 +01:00 
			
		
		
		
	Add a small note about testing allocators.
[SVN r2953]
This commit is contained in:
		@@ -173,6 +173,9 @@ namespace minimal
 | 
			
		||||
        bool operator>=(const_pointer const& x) const { return ptr_ >= x.ptr_; }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    // TODO: Issue 560 suggests that an allocator doesn't have to have
 | 
			
		||||
    // a default constructor.
 | 
			
		||||
    // http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#560
 | 
			
		||||
    template <class T>
 | 
			
		||||
    class allocator
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user