gcc/libstdc++-v3/include/bits
Paolo Carlini b798df0579 set.h: Minor formatting fixes.
2008-07-29  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/debug/set.h: Minor formatting fixes.
	* include/debug/multiset.h: Likewise.
	* include/debug/safe_association.h: Likewise.
	* include/debug/vector: Likewise.
	* include/debug/map.h: Likewise.
	* include/debug/string: Likewise.
	* include/debug/multimap.h: Likewise.
	* include/bits/stl_list.h: Likewise.
	* include/bits/stl_map.h: Likewise.
	* include/bits/stl_set.h: Likewise.
	* include/bits/stl_multimap.h: Likewise.
	* include/bits/stl_vector.h: Likewise.
	* include/bits/stl_multiset.h: Likewise.
	* include/bits/stl_bvector.h: Likewise.

From-SVN: r138263
2008-07-29 19:34:36 +00:00
..
algorithmfwd.h stl_algo.h (copy_n): Add in C++0x mode. 2008-06-29 11:08:26 +00:00
allocator.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
basic_ios.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
basic_ios.tcc localefwd.h: Remove redundant inline qualifiers. 2007-04-29 16:06:09 +00:00
basic_string.h Add initializer_list support as per N2679. 2008-07-21 15:40:39 -04:00
basic_string.tcc Add initializer_list support as per N2679. 2008-07-21 15:40:39 -04:00
boost_concept_check.h boost_concept_check.h (*AssociativeContainerConcept): Remove, unused. 2007-10-09 13:30:56 +00:00
boost_sp_shared_count.h boost_shared_ptr.h: Add support for allocators, aliasing, make_shared and rvalue-references. 2007-12-15 22:28:29 +00:00
c++config 2008-07-19 Paolo Carlini <paolo.carlini@oracle.com> 2008-07-19 19:58:52 +00:00
char_traits.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
codecvt.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
concept_check.h
cpp_type_traits.h bitset (bitset(const char*)): Implement DR 778 in debug-mode too. 2008-05-29 11:42:08 +00:00
deque.tcc stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00
fstream.tcc sstream: Adjust braces. 2008-05-14 13:12:02 +00:00
functexcept.h condition_variable: New. 2008-05-06 21:11:47 +00:00
functional_hash.h functional_hash.h: Do not include ext/numeric_traits.h. 2007-11-20 14:06:53 +00:00
gslice.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
gslice_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
hashtable.h find.h: Doxygen fixups. 2007-09-12 15:33:43 +00:00
indirect_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
ios_base.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
istream.tcc istream.tcc (basic_istream<>::sentry:: sentry(basic_istream<>&, bool)): Explicitely convert to bool. 2007-11-15 22:59:12 +00:00
list.tcc stl_list.h (insert(iterator, value_type&&)): Just forward to emplace. 2007-11-23 11:49:07 +00:00
locale_classes.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
locale_classes.tcc re PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc breaks compilation with -fno-rtti) 2008-01-07 11:11:02 +00:00
locale_facets.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
locale_facets.tcc locale_facets.tcc (num_put<>::_M_insert_int): When ios_base::showpos and the type is signed and the value is zero, prepend +. 2007-11-27 01:59:41 +00:00
locale_facets_nonio.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
locale_facets_nonio.tcc auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
localefwd.h localefwd.h: Remove redundant inline qualifiers. 2007-04-29 16:06:09 +00:00
mask_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
move.h move.h (swap(_Tp (&)[_Nm], _Tp (&)[_Nm])): Add, per DR 809. 2008-06-22 13:57:06 +00:00
ostream.tcc cxxabi-internal.h: Remove, to be replaced by... 2007-05-08 02:50:32 -04:00
ostream_insert.h cxxabi-internal.h: Remove, to be replaced by... 2007-05-08 02:50:32 -04:00
postypes.h postypes.h: Do not include <stdint.h>. 2008-07-05 12:36:03 +00:00
slice_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
sstream.tcc auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_algo.h stl_algo.h (copy_n): Add in C++0x mode. 2008-06-29 11:08:26 +00:00
stl_algobase.h [multiple changes] 2008-06-21 16:55:17 +00:00
stl_bvector.h set.h: Minor formatting fixes. 2008-07-29 19:34:36 +00:00
stl_construct.h [multiple changes] 2008-01-18 08:16:51 +00:00
stl_deque.h Add initializer_list support as per N2679. 2008-07-21 15:40:39 -04:00
stl_function.h documentation.html: First pass at unified table of contents. 2007-11-13 17:43:57 +00:00
stl_heap.h [multiple changes] 2008-06-21 16:55:17 +00:00
stl_iterator.h [multiple changes] 2008-06-21 16:55:17 +00:00
stl_iterator_base_funcs.h stl_iterator_base_funcs.h (next, prev): Add in C++0x mode. 2008-06-17 21:33:15 +00:00
stl_iterator_base_types.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_list.h set.h: Minor formatting fixes. 2008-07-29 19:34:36 +00:00
stl_map.h set.h: Minor formatting fixes. 2008-07-29 19:34:36 +00:00
stl_multimap.h set.h: Minor formatting fixes. 2008-07-29 19:34:36 +00:00
stl_multiset.h set.h: Minor formatting fixes. 2008-07-29 19:34:36 +00:00
stl_numeric.h stl_numeric.h (iota): Add in C++0x mode. 2008-06-27 10:47:27 +00:00
stl_pair.h [multiple changes] 2008-06-21 16:55:17 +00:00
stl_queue.h stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00
stl_raw_storage_iter.h stl_raw_storage_iter.h (class raw_storage_iterator): Adjust template parameter name. 2007-05-05 01:15:46 +00:00
stl_relops.h [multiple changes] 2008-01-18 08:16:51 +00:00
stl_set.h set.h: Minor formatting fixes. 2008-07-29 19:34:36 +00:00
stl_stack.h stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00
stl_tempbuf.h [multiple changes] 2008-01-18 08:16:51 +00:00
stl_tree.h stl_tree.h (_Rb_tree<>::_Rb_tree_impl<, true>): Remove, identical in mainline to the primary template. 2007-11-22 18:54:36 +00:00
stl_uninitialized.h stl_algo.h (copy_n): Add in C++0x mode. 2008-06-29 11:08:26 +00:00
stl_vector.h set.h: Minor formatting fixes. 2008-07-29 19:34:36 +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 stl_algobase.h (struct __miter_base): Add. 2007-10-27 12:07:04 +00:00
stringfwd.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
unique_ptr.h unique_ptr.h: Remove stray character. 2008-07-16 09:04:16 +00:00
valarray_after.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
valarray_array.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
valarray_array.tcc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
valarray_before.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
vector.tcc stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. 2008-06-13 12:03:13 +00:00