gcc/libstdc++-v3/include/bits
Benjamin Kosnik 45f388bb44 c++config: Simplify debug namespaces.
2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>

	* include/bits/c++config: Simplify debug namespaces.
	* include/ext/hash_set: Specialize insert_iterator after norm,
	debug containers have been (optionally) declared. Use nested
	namespaces.	
	* include/ext/hash_map: Same.
	* include/debug/hash_map.h (insert): Add specialization for value
	pointer types.
	* include/debug/hash_set.h (insert): Same.
	* include/debug/hash_multimap.h: Change __gnu_debug_def to __debug.
	* include/debug/set.h: Same.
	* include/debug/bitset: Same.
	* include/debug/multiset.h: Same.
	* include/debug/hash_multiset.h: Same.
	* include/debug/vector: Same.
	* include/debug/map.h: Same.
	* include/debug/deque: Same.
	* include/debug/list: Same.
	* include/debug/multimap.h. Same.
	* include/debug/macros.h: Use __gnu_debug.
	* include/debug/debug.h: Same.
	* include/debug/formatter.h: Same.
	* include/debug/safe_sequence.h: Same.
	* include/debug/functions.h: Same.
	* include/debug/safe_base.h: Same.
	* include/debug/safe_iterator.h: Same.
	* include/debug/safe_iterator.tcc: Same.
	(_M_invalidate): Adjust compare order.
	* include/debug/string: Change std::__gnu_debug to __gnu_debug.
	* include/ext/hashtable.h: Formatting fixes.
	* include/bits/stl_map.h: Formatting fixes.		
	* src/compatibility.cc: Adjust compatibility symbols for old debug
	mode model.	
	* src/debug_list.cc: Tweak.
	* src/debug.cc: Adjust namespaces.
	* docs/html/debug_mode.html: Adjust namespace names.
	* testsuite/25_algorithms/heap/heap.cc: Restore _GLIBCXX_DEBUG
	macro guards, as count values differ when in debug mode.	
	* testsuite/23_containers/vector/26412.cc: Move to...
	* testsuite/23_containers/vector/26412-1.cc: ... here.
	* testsuite/23_containers/vector/26412-2.cc: Add.

	* include/ext/pb_assoc/detail/standard_policies.hpp
	(PB_ASSOC_HASH_NAMESPACE): Remove, use __gnu_cxx::hash_map and
	std::equal_to.

	* configure.ac (libtool_VERSION): To 6:8:0.
	* configure: Regenerate.
	* config/abi/pre/gnu.ver: Revert to exporting __gnu_debug symbols.
	(GLIBCXX_3.4.8): New.
	* testsuite/testsuite_abi.cc: Add GLIBCXX_3.4.8 to known versions.

From-SVN: r111356
2006-02-22 00:57:24 +00:00
..
allocator.h allocator.h: Include <bits/cpp_type_traits.h>. 2006-01-18 14:30:16 +00:00
atomicity.h
basic_ios.h
basic_ios.tcc
basic_string.h
basic_string.tcc
boost_concept_check.h
c++config c++config: Simplify debug namespaces. 2006-02-22 00:57:24 +00:00
char_traits.h
codecvt.h
concept_check.h
concurrence.h
cpp_type_traits.h
deque.tcc
fstream.tcc
functexcept.h
gslice.h
gslice_array.h
indirect_array.h
ios_base.h
istream.tcc Revert recent commit for libstdc++/26211, now suspended waiting for DR 342 (reopened) to reach a new resolution. 2006-02-20 14:20:51 +00:00
list.tcc Implement list::splice (and merge) bits of N1599 2006-01-20 02:38:54 +00:00
locale_classes.h
locale_facets.h configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check. 2006-02-07 22:23:58 +00:00
locale_facets.tcc configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check. 2006-02-07 22:23:58 +00:00
localefwd.h configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check. 2006-02-07 22:23:58 +00:00
mask_array.h
ostream.tcc re PR libstdc++/25649 (Bogus "uninitialized" warning) 2006-01-24 23:12:26 +00:00
postypes.h
slice_array.h
sstream.tcc std_sstream.h (basic_stringbuf<>::setbuf): Simply clear the internal _M_string, adjust _M_sync call. 2006-02-19 18:27:06 +00:00
stl_algo.h PR libstdc++/26133 (DR 241, [WP]) 2006-02-08 21:51:55 +00:00
stl_algobase.h stl_algobase.h (fill(const _Deque_iterator&, const _Deque_iterator&, const _Tp&)): Deal, correctly, only with iterators (leave const_iterators alone). 2005-12-24 10:01:45 +00:00
stl_bvector.h stl_bvector.h (vector<bool>::erase(iterator, iterator)): Just use _M_erase_at_end. 2006-01-06 11:23:02 +00:00
stl_construct.h
stl_deque.h sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type as base class. 2006-01-04 11:34:45 +00:00
stl_function.h
stl_heap.h
stl_iterator.h
stl_iterator_base_funcs.h
stl_iterator_base_types.h
stl_list.h Implement list::splice (and merge) bits of N1599 2006-01-20 02:38:54 +00:00
stl_map.h c++config: Simplify debug namespaces. 2006-02-22 00:57:24 +00:00
stl_multimap.h stl_tree.h (_Rb_tree<>::insert_unique): Rename to _M_insert_unique. 2006-01-06 19:11:06 +00:00
stl_multiset.h stl_tree.h (_Rb_tree<>::insert_unique): Rename to _M_insert_unique. 2006-01-06 19:11:06 +00:00
stl_numeric.h
stl_pair.h
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h
stl_set.h stl_tree.h (_Rb_tree<>::insert_unique): Rename to _M_insert_unique. 2006-01-06 19:11:06 +00:00
stl_stack.h
stl_tempbuf.h
stl_tree.h PR libstdc++/22102 (insert as close to hint as possible) 2006-01-08 17:34:32 +00:00
stl_uninitialized.h
stl_vector.h sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type as base class. 2006-01-04 11:34:45 +00:00
stream_iterator.h mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. 2005-12-26 10:53:42 +00:00
streambuf.tcc re PR libstdc++/26181 (istream::operator>>(streambuf*) fails to set eofbit) 2006-02-10 18:29:04 +00:00
streambuf_iterator.h
stringfwd.h
valarray_after.h
valarray_array.h valarray_array.h (__valarray_default_construct): Replace use __is_fundamental with __is_pod. 2006-01-30 23:25:16 +00:00
valarray_array.tcc
valarray_before.h
vector.tcc