gcc/libstdc++-v3/include/bits
Paolo Carlini e75ea710dd stl_algobase.h (__copy_normal::copy_n): Uglify to __copy_n.
2005-12-18  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/stl_algobase.h (__copy_normal::copy_n): Uglify
	to __copy_n.
	(__copy_backward::copy_b): Likewise to __copy_b.
	(__copy_backward_normal::copy_b_n): Likewise to __copy_b_n.
	(copy, __copy_backward_aux, copy_backward): Adjust.

2005-12-18  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/stl_algo.h (partial_sort_copy): Add
	_BinaryPredicateConcept<_Compare, _InputValueType, _OutputValueType>
	(merge, set_union, set_symmetric_difference): Add
	_OutputIteratorConcept<_OutputIterator, _ValueType2>.
	(binary_search): Remove redundant _BinaryPredicateConcept<_Compare,
	_ValueType, _Tp>, taken care by lower_bound.
	* include/bits/stl_algo.h: Cosmetic changes.

2005-12-18  Paolo Carlini  <pcarlini@suse.de>
	    Howard Hinnant  <hhinnant@apple.com>

	* include/bits/stl_algo.h (merge, includes, set_union,
	set_intersection, set_difference, set_symmetric_difference):
	Fix concept checks.

2005-12-18  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/stl_algo.h (partial_sort_copy, lower_bound,
	upper_bound, equal_range, binary_search): Fix concept checks.

Co-Authored-By: Howard Hinnant <hhinnant@apple.com>

From-SVN: r108758
2005-12-18 15:53:10 +00:00
..
allocator.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
atomicity.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
basic_ios.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
basic_ios.tcc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
basic_string.h basic_string.h (insert(iterator, _CharT), [...]): Avoid troubles with ADL, user defined operators and __normal_iterator. 2005-12-06 17:19:30 +00:00
basic_string.tcc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
boost_concept_check.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
c++config re PR libstdc++/22203 (std::numeric_limits<int>::traps is wrong on PPC) 2005-11-05 09:42:01 +00:00
char_traits.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
codecvt.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
concept_check.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
concurrence.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
cpp_type_traits.h rc_string_base.h (__rc_string_base<>::_Rep): Avoid the anonymous struct extension, adjust everywhere. 2005-11-18 11:50:22 +00:00
deque.tcc stl_vector.h (vector(const vector&)): Use _M_get_Tp_allocator. 2005-12-17 23:42:58 +00:00
fstream.tcc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
functexcept.h libstdc++.exp (check_v3_target_debug_mode): Use exe as the executable extension. 2005-11-08 23:07:02 +00:00
gslice_array.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
gslice.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
indirect_array.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
ios_base.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
istream.tcc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
list.tcc re PR libstdc++/23781 (Implicit conversion from NULL to list<T>::iterator) 2005-09-11 09:48:41 +00:00
locale_classes.h re PR libstdc++/13583 (__use_cache not threadsafe) 2005-10-11 06:19:13 +00:00
locale_facets.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
locale_facets.tcc re PR libstdc++/23953 (using stringstreams causes crashes with some locales) 2005-09-30 08:39:52 +00:00
localefwd.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
mask_array.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
ostream.tcc re PR libstdc++/23875 (operator<<(short) should not call operator<<(long), etc.) 2005-09-15 17:27:23 +00:00
postypes.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
slice_array.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
sstream.tcc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_algo.h stl_algobase.h (__copy_normal::copy_n): Uglify to __copy_n. 2005-12-18 15:53:10 +00:00
stl_algobase.h stl_algobase.h (__copy_normal::copy_n): Uglify to __copy_n. 2005-12-18 15:53:10 +00:00
stl_bvector.h re PR libstdc++/23632 (std::vector<bool> in combination with debug mode fails to compile code) 2005-08-31 17:01:57 +00:00
stl_construct.h re PR libstdc++/23358 (_Destroy doesn't optimize for scalar types) 2005-08-23 10:40:14 +00:00
stl_deque.h stl_vector.h (vector(const vector&)): Use _M_get_Tp_allocator. 2005-12-17 23:42:58 +00:00
stl_function.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_heap.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_iterator_base_funcs.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_iterator_base_types.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_iterator.h basic_string.h (insert(iterator, _CharT), [...]): Avoid troubles with ADL, user defined operators and __normal_iterator. 2005-12-06 17:19:30 +00:00
stl_list.h re PR libstdc++/25288 (std::list insert members should have no effects if an exception is thrown) 2005-12-09 18:24:53 +00:00
stl_map.h stl_map.h (class map): ... 2005-08-29 16:50:52 +00:00
stl_multimap.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_multiset.h re PR libstdc++/24975 (Aliasing problems inside libstdc++) 2005-11-22 14:53:03 +00:00
stl_numeric.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_pair.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_queue.h re PR libstdc++/18174 (documentation example for std::priority_queue usage) 2005-11-06 13:07:11 +00:00
stl_raw_storage_iter.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_relops.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_set.h re PR libstdc++/24975 (Aliasing problems inside libstdc++) 2005-11-22 14:53:03 +00:00
stl_stack.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_tempbuf.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_tree.h re PR libstdc++/24975 (Aliasing problems inside libstdc++) 2005-11-22 14:53:03 +00:00
stl_uninitialized.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stl_vector.h stl_vector.h (vector(const vector&)): Use _M_get_Tp_allocator. 2005-12-17 23:42:58 +00:00
stream_iterator.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
streambuf_iterator.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
streambuf.tcc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
stringfwd.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
valarray_after.h valarray_after.h (_Expr<>::operator[](slice)): Don't assume the closure implements general indexing... 2005-12-17 15:36:35 +00:00
valarray_array.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
valarray_array.tcc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
valarray_before.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
vector.tcc re PR libstdc++/24617 (vector vs __erase_at_end) 2005-12-08 11:32:37 +00:00