gcc/libstdc++-v3/include/bits
Dennis Czeremin 3dd44c8d04 re PR libstdc++/35566 (multiset constructor uses insert_unique instead of insert_equal!)
2008-03-13  Dennis Czeremin  <dennis.czeremin@smiths-heimann.com>

	PR libstdc++/35566
	* include/bits/stl_multimap.h (multimap<>::multimap(_InputIterator,
	_InputIterator)): Forward to _M_insert_equal, not _M_insert_unique.

From-SVN: r133175
2008-03-13 17:48:21 +00:00
..
algorithmfwd.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
allocator.h allocator.h (struct __alloc_neq): Add. 2007-10-18 19:31:22 +00:00
basic_ios.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
basic_ios.tcc
basic_string.h [multiple changes] 2008-01-18 08:16:51 +00:00
basic_string.tcc
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 re PR c++/33486 (namespace association doesn't handle parallel namespaces) 2008-02-25 01:26:24 -05:00
char_traits.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
codecvt.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
concept_check.h
cpp_type_traits.h stl_algobase.h (struct __miter_base): Add. 2007-10-27 12:07:04 +00:00
deque.tcc stl_list.h (insert(iterator, value_type&&)): Just forward to emplace. 2007-11-23 11:49:07 +00:00
fstream.tcc valarray-inst.cc, [...]: Fix comment typos. 2007-10-01 21:49:39 +01:00
functexcept.h
functional_hash.h functional_hash.h: Do not include ext/numeric_traits.h. 2007-11-20 14:06:53 +00:00
gslice_array.h
gslice.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
hashtable.h find.h: Doxygen fixups. 2007-09-12 15:33:43 +00:00
indirect_array.h
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 [multiple changes] 2008-01-18 08:16:51 +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_nonio.h
locale_facets_nonio.tcc auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
locale_facets.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +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
localefwd.h
mask_array.h
ostream_insert.h
ostream.tcc
postypes.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
slice_array.h
sstream.tcc auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_algo.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_algobase.h re PR libstdc++/34595 (std::copy copies the output iterator before assigning) 2007-12-26 21:58:49 +00:00
stl_bvector.h stl_bvector.h (vector<bool>::reserve): Move out of line... 2007-12-11 19:08:26 +00:00
stl_construct.h [multiple changes] 2008-01-18 08:16:51 +00:00
stl_deque.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_function.h documentation.html: First pass at unified table of contents. 2007-11-13 17:43:57 +00:00
stl_heap.h re PR libstdc++/34105 (Confusing error message with missing #include <algorithm>) 2007-11-15 19:05:17 +00:00
stl_iterator_base_funcs.h
stl_iterator_base_types.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_iterator.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_list.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_map.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_move.h stl_move.h (_GLIBCXX_MOVE): Wrap in parentheses. 2007-10-20 10:08:29 +00:00
stl_multimap.h re PR libstdc++/35566 (multiset constructor uses insert_unique instead of insert_equal!) 2008-03-13 17:48:21 +00:00
stl_multiset.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_numeric.h Add parallel mode. 2007-09-11 22:32:51 +00:00
stl_pair.h stl_pair.h (pair<>::pair<>(_U1&&, _Arg0&&, _Args&&...)): Add. 2007-11-11 15:56:09 +00:00
stl_queue.h stl_queue.h (queue<>::push(value_type&&)): Replace with "emplace" version per DR 756. 2007-11-01 01:40:56 +00:00
stl_raw_storage_iter.h
stl_relops.h [multiple changes] 2008-01-18 08:16:51 +00:00
stl_set.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stl_stack.h stl_queue.h (queue<>::push(value_type&&)): Replace with "emplace" version per DR 756. 2007-11-01 01:40:56 +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_deque.h (deque<>::push_back<>(_Args...), [...]): Add. 2007-11-12 16:01:09 +00:00
stl_vector.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
stream_iterator.h
streambuf_iterator.h stl_algobase.h (struct __miter_base): Add. 2007-10-27 12:07:04 +00:00
streambuf.tcc
stringfwd.h
valarray_after.h
valarray_array.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
valarray_array.tcc
valarray_before.h
vector.tcc stl_bvector.h (vector<bool>::reserve): Move out of line... 2007-12-11 19:08:26 +00:00