gcc/libstdc++-v3/include/bits
Paolo Carlini f4e39278b3 PR libstdc++/28080 (partial)
2007-02-27  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/28080 (partial)
	* include/std/bitset: Do not include <ios>, <iosfwd> is enough.
	(operator>>(std::basic_istream<>&, bitset<>&)): Tweak, refer to
	ios_base as a base of basic_istream.
	* include/std/iomanip: Do not include <ios>, <iosfwd> + 
	<bits/ios_base.h> is enough.
	* include/std/iosfwd: Do not include <cctype> here...
	* include/bits/locale_facets.h: ... do it here, when needed.
	* include/bits/ostream.tcc: Clean up, do not include <locale> here...
	* include/std/ostream: ... here instead.
	* include/bits/istream.tcc: Likewise for <locale> and <ostream>...
	* include/std/istream: ... here.
	* include/bits/sstream.tcc: Do not include <sstream>.

From-SVN: r122380
2007-02-27 17:48:09 +00:00
..
allocator.h
basic_ios.h
basic_ios.tcc
basic_string.h basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00
basic_string.tcc basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00
boost_concept_check.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
c++config c++config: Consistent macro guards for config includes. 2007-02-02 14:49:52 +00:00
char_traits.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
codecvt.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
concept_check.h
cpp_type_traits.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
deque.tcc deque.tcc (deque<>::erase(iterator, iterator)): Fix condition. 2007-01-24 23:52:37 +00:00
fstream.tcc re PR libstdc++/26777 (sync_with_stdio(false) triggers bug with sgetc and pubseekoff) 2006-03-22 15:13:46 +00:00
functexcept.h
gslice.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
gslice_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
indirect_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
ios_base.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
istream.tcc PR libstdc++/28080 (partial) 2007-02-27 17:48:09 +00:00
list.tcc re PR libstdc++/17012 ([DR 526] std::list's function, remove, looks like it is reading memory that has been freed.) 2007-02-09 01:00:25 +00:00
locale_classes.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
locale_facets.h PR libstdc++/28080 (partial) 2007-02-27 17:48:09 +00:00
locale_facets.tcc locale_facets.tcc (num_get<>::do_get): Avoid warning about ambiguous else. 2007-02-13 10:13:04 +00:00
localefwd.h enc_filebuf.h: Resurrect, update. 2007-01-29 18:22:37 +00:00
mask_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
ostream.tcc PR libstdc++/28080 (partial) 2007-02-27 17:48:09 +00:00
postypes.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
slice_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
sstream.tcc PR libstdc++/28080 (partial) 2007-02-27 17:48:09 +00:00
stl_algo.h type_traits.h: New. 2006-09-18 13:30:56 +00:00
stl_algobase.h PR libstdc++/28080 (partial) 2007-02-18 11:32:44 +00:00
stl_bvector.h PR libstdc++/28080 (partial) 2007-02-18 11:32:44 +00:00
stl_construct.h
stl_deque.h stl_deque.h (operator<): Qualify call. 2007-02-05 12:58:12 +00:00
stl_function.h
stl_heap.h re PR libstdc++/21172 (potential integer overflow error in STL heap functions) 2007-02-13 00:25:30 +00:00
stl_iterator.h type_traits.h: New. 2006-09-18 13:30:56 +00:00
stl_iterator_base_funcs.h re PR libstdc++/26020 (std::advance() isn't stable for floating point numbers) 2006-10-17 15:17:32 +00:00
stl_iterator_base_types.h
stl_list.h re PR libstdc++/29134 (Has there been a serious attempt to define the max_size() member functions?) 2006-09-21 00:11:52 +00:00
stl_map.h [multiple changes] 2006-11-25 10:35:52 +00:00
stl_multimap.h [multiple changes] 2006-11-25 10:35:52 +00:00
stl_multiset.h [multiple changes] 2006-11-25 10:35:52 +00:00
stl_numeric.h PR libstdc++/28080 (partial) 2007-02-26 09:36:39 +00:00
stl_pair.h
stl_queue.h hash_map: Remove forward declaration of equality operator... 2006-09-21 17:54:50 +00:00
stl_raw_storage_iter.h
stl_relops.h
stl_set.h [multiple changes] 2006-11-25 10:35:52 +00:00
stl_stack.h hash_map: Remove forward declaration of equality operator... 2006-09-21 17:54:50 +00:00
stl_tempbuf.h stl_algo.h (stable_sort): Uglify the buf variable. 2006-07-30 13:02:58 +00:00
stl_tree.h re PR c++/19564 (-Wparentheses does not work with the C++ front-end) 2006-12-14 05:49:06 +00:00
stl_uninitialized.h stl_uninitialized.h (uninitialized_copy(const char*, const char*, char*), [...]): Remove, just forward to std::copy. 2007-01-29 18:34:46 +00:00
stl_vector.h re PR libstdc++/29134 (Has there been a serious attempt to define the max_size() member functions?) 2006-09-21 00:11:52 +00:00
stream_iterator.h
streambuf.tcc re PR libstdc++/26181 (istream::operator>>(streambuf*) fails to set eofbit) 2006-02-10 18:29:04 +00:00
streambuf_iterator.h streambuf_iterator.h (istreambuf_iterator<>::equal): Simplify. 2007-01-25 13:08:51 +00:00
stringfwd.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
valarray_after.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
valarray_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
valarray_array.tcc
valarray_before.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
vector.tcc