gcc/libstdc++-v3/include/bits
Paolo Carlini 5f6d5f0af6 re PR libstdc++/34595 (std::copy copies the output iterator before assigning)
2007-12-26  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/34595
	* include/bits/stl_algobase.h (struct __cm_assign): Remove.
	(struct __copy_move<true, false, _Category>,
	struct __copy_move<true, false, random_access_iterator_tag>,
	struct __copy_move_backward<true, false, _Category>,
	struct __copy_move_backward<true, false, random_access_iterator_tag>):
	Add.
	(struct __copy_move, struct __copy_move_backward,
	struct __copy_move<false, false, random_access_iterator_tag>,
	struct __copy_move_backward<false, false, random_access_iterator_tag>):
	Adjust.
	* testsuite/25_algorithms/copy/34595.C: New.

From-SVN: r131188
2007-12-26 21:58:49 +00:00
..
algorithmfwd.h re PR libstdc++/34105 (Confusing error message with missing #include <algorithm>) 2007-11-15 19:05:17 +00:00
allocator.h allocator.h (struct __alloc_neq): Add. 2007-10-18 19:31:22 +00:00
basic_ios.h
basic_ios.tcc
basic_string.h
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 documentation.html: First pass at unified table of contents. 2007-11-13 17:43:57 +00:00
char_traits.h re PR libstdc++/34105 (Confusing error message with missing #include <algorithm>) 2007-11-15 19:05:17 +00:00
codecvt.h
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
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
hashtable.h
indirect_array.h
ios_base.h
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 locale_classes.h: Simplify RTTI checks. 2007-12-17 22:07:39 +00:00
locale_classes.tcc
locale_facets_nonio.h
locale_facets_nonio.tcc
locale_facets.h locale_facets.h (ctype<char>::taple, [...]): Implement trivial resolution of DR 695 [Ready]. 2007-11-08 10:55:32 +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
slice_array.h
sstream.tcc
stl_algo.h re PR libstdc++/34105 (Confusing error message with missing #include <algorithm>) 2007-11-15 19:05:17 +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 stl_uninitialized.h (uninitialized_copy): Use ::new and value_type per the letter of the standard. 2007-10-28 16:03:06 +00:00
stl_deque.h stl_list.h (insert(iterator, value_type&&)): Just forward to emplace. 2007-11-23 11:49:07 +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
stl_iterator.h stl_iterator.h (move_iterator<>::pointer): Adjust typedef per DR 680 [Ready]. 2007-11-07 12:43:35 +00:00
stl_list.h stl_list.h (insert(iterator, value_type&&)): Just forward to emplace. 2007-11-23 11:49:07 +00:00
stl_map.h stl_deque.h (deque<>::operator=(deque&&)): Implement resolution of DR 675, call clear first. 2007-11-09 17:18:10 +00:00
stl_move.h stl_move.h (_GLIBCXX_MOVE): Wrap in parentheses. 2007-10-20 10:08:29 +00:00
stl_multimap.h stl_deque.h (deque<>::operator=(deque&&)): Implement resolution of DR 675, call clear first. 2007-11-09 17:18:10 +00:00
stl_multiset.h stl_deque.h (deque<>::operator=(deque&&)): Implement resolution of DR 675, call clear first. 2007-11-09 17:18:10 +00:00
stl_numeric.h
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
stl_set.h stl_deque.h (deque<>::operator=(deque&&)): Implement resolution of DR 675, call clear first. 2007-11-09 17:18:10 +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 stl_tempbuf.h (__get_temporary_buffer): Fold in get_temporary_buffer. 2007-12-01 16:29:22 +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 stl_list.h (insert(iterator, value_type&&)): Just forward to emplace. 2007-11-23 11:49:07 +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
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