gcc/libstdc++-v3/testsuite/23_containers
Benjamin Kosnik 8bd22a3ceb [multiple changes]
2004-03-25  Gawain Bolton  <gp.bolton@computer.org>

	* include/bits/stl_tree.h (_Rb_tree_impl): Add _Node_allocator
	default argument in constructors.
	(_Rb_tree::_M_empty_initialize): Remove.

2004-03-25  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/23_containers/map/operators/1_neg.cc: Adjust line numbers.
	* testsuite/23_containers/set/operators/1_neg.cc: Same.

2004-03-25  Dhruv Matani  <dhruvbird@gmx.net>

	* include/bits/cpp_type_traits.h: Changed __is_pod
	completely. Now, it does not use any of the previous type_traits
	to detect the pod types, and it also detects function pointers as
	POD types.

	* include/bits/stl_tree.h: Introduced a new class _Rb_tree_impl,
	which encapsulates the internal implementation of an rb_tree. Made
	the allocator a base class of this class instead of the rb_tree,
	which was not conforming. This _Rb_tree_impl class is also
	specialized on whether the _Compare parameter is a POD type or
	not. If so, then it maintains the comparison function as a data
	member, otherwise it makes the _Compare parameter a base class of
	itself. Also, _M_key_compare is now a function instead of a data
	member, so that the above trick can work properly. Delegated the
	initialization of the other data members to this newly created
	class. Also, now other member functions of rb_tree must refer to
	_M_key_compare as _M_impl._M_key_compare(). The other data members
	(*) can be referenced to as _M_impl.(*), where
	(*) includes _M_header, and _M_node_count.

From-SVN: r79977
2004-03-26 00:38:57 +00:00
..
bitset 1.cc: Test result string. 2004-03-04 23:37:24 +00:00
deque stl_list.h: Created a _List_impl class and made it derive from the allocator... 2004-03-25 17:12:16 +00:00
list stl_list.h: Created a _List_impl class and made it derive from the allocator... 2004-03-25 17:12:16 +00:00
map [multiple changes] 2004-03-26 00:38:57 +00:00
multimap swap.cc: Add in bits for non-weak systems. 2004-03-10 06:31:50 +00:00
multiset swap.cc: Add in bits for non-weak systems. 2004-03-10 06:31:50 +00:00
priority_queue/members 1.cc: Provide explicit instantiations for non-weak systems. 2004-03-04 18:11:08 +00:00
queue/members 1.cc: Provide explicit instantiations for non-weak systems. 2004-03-04 18:11:08 +00:00
set [multiple changes] 2004-03-26 00:38:57 +00:00
stack/members 1.cc: Provide explicit instantiations for non-weak systems. 2004-03-04 18:11:08 +00:00
vector stl_list.h: Created a _List_impl class and made it derive from the allocator... 2004-03-25 17:12:16 +00:00