gcc/libstdc++-v3/testsuite/23_containers
Benjamin Kosnik 390e4c0dbe c++config (_GLIBCXX_STD): New.
2004-04-16  Benjamin Kosnik  <bkoz@redhat.com>

	* include/bits/c++config (_GLIBCXX_STD): New.
	* src/list.cc: Use it.
	* include/std/std_bitset.h: Same.
	* include/bits/vector.tcc: Same.
	* include/bits/stl_set.h: Same.
	* include/bits/stl_multiset.h: Same.
	* include/bits/stl_multimap.h: Same.
	* include/bits/stl_map.h: Same.
	* include/bits/stl_list.h: Same.
	* include/bits/stl_vector.h: Same.
	* include/bits/stl_bvector.h: Same.
	* include/bits/stl_deque.h: Same.
	* include/bits/deque.tcc: Same.
	* include/bits/list.tcc: Same.
	* include/debug/vector: Same.
	* include/debug/set.h: Same.
	* include/debug/multiset.h: Same.
	* include/debug/multimap.h: Same.
	* include/debug/map.h: Same.
	* include/debug/list: Same.
	* include/debug/deque: Same.
	* include/debug/bitset: Same.
	* include/debug/formatter.h (__gnu_debug): Remove using directive.
	Add using declaration for std::type_info.
	* include/debug/safe_iterator.h: Add using declaration for
	std::iterator_traits and std::pair.
	* src/debug_list.cc: New.
	* src/Makefile.am: Add debug_list.cc.
	* src/Makefile.in: Regenerate.
	* config/linker-map.gnu: Add _List_node_base exports for std and
	__gnu_norm.

	* include/bits/stl_bvector.h (_Bvector_base): Use _Bvector_impl
	idiom that other containers use.
	* testsuite/23_containers/vector/bool/clear_allocator.cc: New.

From-SVN: r80763
2004-04-16 19:04:07 +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 c++config (_GLIBCXX_STD): New. 2004-04-16 19:04:07 +00:00