gcc/libstdc++-v3/include/ext
Paolo Carlini 681a691966 PR libstdc++/28080 (partial)
2007-02-26  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/28080 (partial)
	* include/std/bitset: Do not include <istream> and <ostream>,
	<ios> is enough.
	* include/std/iomanip: Do not include the whole <istream>,
	<ios> is enough; do not include <functional>; reformat.
	* include/std/functional: Do not include <cstddef>.
	* include/std/list: Do not include <bits/stl_uninitialized.h>.
	* include/std/numeric: Do not include the whole <iterator> and
	<bits/stl_function.h>.
	* include/std/valarray: Do not include <numeric>.
	* include/bits/stl_numeric.h: Include <bits/concept_check.h>.
	* src/iostream-inst.cc: Include <istream>.
	* include/ext/functional: Include <cstddef>.
	* testsuite/util/testsuite_hooks.h: Do not include <locale>,
	<ctime> is enough; qualify tm.
	* testsuite/util/testsuite_hooks.cc: Qualify tm.

2007-02-26  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/locale_facets.h (class ctype_byname<char>,
	class ctype_byname<wchar_t>): Declare.
	* src/ctype.cc (ctype_byname<wchar_t>::ctype_byname(const char*,
	size_t), ctype_byname<wchar_t>::~ctype_byname): Define.
	* config/locale/generic/ctype_members.cc (ctype_byname<char>::
	ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
	Likewise.
	* config/locale/gnu/ctype_members.cc (ctype_byname<char>::
	ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
	Likewise.
	* config/locale/darwin/ctype_members.cc (ctype_byname<char>::
	ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
	Likewise.
	* testsuite/22_locale/headers/locale/synopsis.cc: Remove xfail.

From-SVN: r122329
2007-02-26 09:36:39 +00:00
..
pb_ds re PR libstdc++/30571 (Use of C++0x keywords in libstdc++-v3 headers) 2007-01-30 18:04:59 +00:00
algorithm c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
array_allocator.h array (array<>::_M_at): New. 2006-10-28 22:02:44 +00:00
atomicity.h atomicity.h: Move to... 2006-09-14 09:48:15 +00:00
bitmap_allocator.h throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
codecvt_specializations.h enc_filebuf.h: Resurrect, update. 2007-01-29 18:22:37 +00:00
concurrence.h bitmap_allocator.h: Uglify some names. 2006-11-12 10:37:00 +00:00
debug_allocator.h re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
enc_filebuf.h enc_filebuf.h: Resurrect, update. 2007-01-29 18:22:37 +00:00
functional PR libstdc++/28080 (partial) 2007-02-26 09:36:39 +00:00
hash_fun.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
hash_map hash_map: Remove forward declaration of equality operator... 2006-09-21 17:54:50 +00:00
hash_set hash_map: Remove forward declaration of equality operator... 2006-09-21 17:54:50 +00:00
hashtable.h hashtable.h: -Wshadow fixes. 2006-11-21 18:10:45 +00:00
iterator c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
malloc_allocator.h re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
memory c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
mt_allocator.h mt_allocator.h (__pool_base::_M_get_align): Remove redundant const qualifier on the return type. 2006-12-02 00:31:34 +00:00
new_allocator.h re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
numeric c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
pod_char_traits.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
pool_allocator.h atomicity.h: Move to... 2006-09-14 09:48:15 +00:00
rb_tree c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
rc_string_base.h throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
rope traits.hpp: Qualify types. 2006-12-11 10:48:56 +00:00
ropeimpl.h re PR libstdc++/28514 (libstdc++ vs. anonymous namespaces) 2006-10-17 11:56:21 +00:00
slist throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
sso_string_base.h throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
stdio_filebuf.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stdio_sync_filebuf.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
throw_allocator.h throw_allocator.h: Consistent @file markup. 2006-11-29 20:59:22 +00:00
type_traits.h type_traits.h: Fix __glibcxx_max macro. 2007-01-16 00:01:24 +00:00
typelist.h typelist.h (type_to_type): Remove. 2006-09-28 01:23:58 +00:00
vstring.h basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00
vstring.tcc basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00
vstring_fwd.h PR libstdc++/28080 (partial) 2007-02-18 11:32:44 +00:00
vstring_util.h PR libstdc++/28080 (partial) 2007-02-18 11:32:44 +00:00