Message ID | 4CC5607E.3070904@oracle.com |
---|---|
State | New |
Headers | show |
Index: include/bits/hashtable.h =================================================================== --- include/bits/hashtable.h (revision 165910) +++ include/bits/hashtable.h (working copy) @@ -271,10 +271,6 @@ get_allocator() const { return allocator_type(_M_node_allocator); } - _Value_allocator_type - _M_get_Value_allocator() const - { return _Value_allocator_type(_M_node_allocator); } - size_type max_size() const { return _M_node_allocator.max_size(); }