gcc/libstdc++-v3/include/ext
Matt Austern 8a1d8dd9c8 demangle.h: Fix allocator type correctness, i.e.
* include/bits/demangle.h: Fix allocator type correctness,
	i.e. make sure that when we instantiate a container with a value
	type and an allocator, the allocator's value type matches the
	container's.
	* include/bits/stl_deque.h (_Deque_alloc_base): Eliminate.
	(_Deque_base): inherit directly from the deque's allocator.  Use
	rebinding instead of _Alloc_traits.  Pick up data members from
	_Deque_alloc_base.
	* include/bits/stl_list.h (_List_alloc_base): Eliminate.
	(_List_base): Inherit directly from the list's allocator.  Use
	rebinding instead of _Alloc_traits.  Pick up data members from
	_List_alloc_base.
	* include/bits/stl_vector.h (_Vector_alloc_base): Eliminate
	(_Vector_base): Inherit directly from the vector's allocator.  Use
	rebinding instead of _Alloc_traits.  Pick up data members from
	_Vector_alloc_base.
	* include/ext/hashtable.h: Fix allocator type correctness (the
	vector of buckets must be passed an allocator for objects of
	type _Node*).  Use rebinding instead of _Alloc_traits.

From-SVN: r74787
2003-12-18 18:35:38 +00:00
..
algorithm algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
debug_allocator.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
enc_filebuf.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
functional algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
hash_fun.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
hash_map algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
hash_set algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
hashtable.h demangle.h: Fix allocator type correctness, i.e. 2003-12-18 18:35:38 +00:00
iterator algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
malloc_allocator.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
memory algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
mt_allocator.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
new_allocator.h [multiple changes] 2003-06-11 15:52:11 +00:00
numeric algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
pod_char_traits.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
pool_allocator.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
rb_tree algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
rope algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
ropeimpl.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
slist algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
stdio_filebuf.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00
stdio_sync_filebuf.h algorithm, [...]: Remove trailing whitespace. 2003-12-09 05:31:53 +01:00