gcc/libstdc++-v3/include/bits
Paolo Carlini ff2ea58742 stl_algobase.h (__copy_aux(_II, _II, _OI), [...]): Use __is_pod.
2007-04-03  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/stl_algobase.h (__copy_aux(_II, _II, _OI),
	__copy_backward_aux(_BI1, _BI1, _BI2)): Use __is_pod.
	* include/bits/stl_deque.h (deque<>::_M_destroy_data(iterator,
	iterator, const std::allocator<>&)): Use __has_trivial_constructor.
	(deque<>::_M_destroy_data_dispatch): Remove.
	* include/bits/stl_uninitialized.h (uninitialized_copy(_InputIterator,
	_InputIterator, _ForwardIterator), uninitialized_fill(_ForwardIterator,
	_ForwardIterator, const _Tp&), uninitialized_fill_n(_ForwardIterator,
	_Size, const _Tp&)): Use __is_pod.
	* include/bits/stl_tempbuf.h (_Temporary_buffer::
	_Temporary_buffer(_ForwardIterator, _ForwardIterator)): Use __is_pod.
	(_Temporary_buffer::_M_initialize_buffer): Remove.
	* include/bits/stl_construct.h (_Destroy(_ForwardIterator,
	_ForwardIterator)): Use __has_trivial_destructor.
	(__destroy_aux): Remove.

From-SVN: r123480
2007-04-03 18:44:01 +00:00
..
allocator.h re PR c++/26099 (support for type traits is not available) 2007-03-30 19:45:57 +00:00
basic_ios.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
basic_ios.tcc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
basic_string.h basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00
basic_string.tcc re PR libstdc++/31401 (string find behaves strange when searching from npos) 2007-03-30 17:10:50 +00:00
boost_concept_check.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
c++config acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global. 2007-03-04 22:59:49 +00:00
char_traits.h PR libstdc++/28080 (partial) 2007-03-03 10:29:14 +00:00
codecvt.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
concept_check.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
cpp_type_traits.h re PR c++/26099 (support for type traits is not available) 2007-03-30 19:45:57 +00:00
deque.tcc deque.tcc (deque<>::erase(iterator, iterator)): Fix condition. 2007-01-24 23:52:37 +00:00
fstream.tcc fstream.tcc (basic_filebuf<>::underflow): Don't call codecvt::in at all if _M_ext_next >= _M_ext_end. 2007-03-27 15:51:41 +00:00
functexcept.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
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 PR libstdc++/28080 (final) 2007-03-11 12:03:34 +00:00
istream.tcc re PR libstdc++/31031 (ostream ambiguous operator&&) 2007-03-03 19:36:20 +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_put<>::do_put(iter_type, ios_base&, char_type, const void*)): Fix for sizeof(const void*) > sizeof(unsigned long). 2007-04-02 09:49:31 +00:00
localefwd.h re PR libstdc++/31005 (build failure on powerpc-darwin while building codecvt.cc) 2007-03-01 09:03:30 +00:00
mask_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
ostream.tcc re PR libstdc++/31031 (ostream ambiguous operator&&) 2007-03-03 19:36:20 +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 stl_algo.h (swap_ranges): Move... 2007-03-12 13:59:50 +00:00
stl_algobase.h stl_algobase.h (__copy_aux(_II, _II, _OI), [...]): Use __is_pod. 2007-04-03 18:44:01 +00:00
stl_bvector.h re PR libstdc++/31370 (resizing bugs in std::vector<bool>) 2007-04-02 10:15:50 +00:00
stl_construct.h stl_algobase.h (__copy_aux(_II, _II, _OI), [...]): Use __is_pod. 2007-04-03 18:44:01 +00:00
stl_deque.h stl_algobase.h (__copy_aux(_II, _II, _OI), [...]): Use __is_pod. 2007-04-03 18:44:01 +00:00
stl_function.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
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 c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
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 stl_map.h (map<>::insert(iterator, const value_type&): Uglify parameter. 2007-04-03 08:50:09 +00:00
stl_memory.h PR libstdc++/28080 (partial) 2007-03-10 20:29:45 +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 c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_queue.h hash_map: Remove forward declaration of equality operator... 2006-09-21 17:54:50 +00:00
stl_raw_storage_iter.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_relops.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
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_algobase.h (__copy_aux(_II, _II, _OI), [...]): Use __is_pod. 2007-04-03 18:44:01 +00:00
stl_tree.h re PR libstdc++/31440 (libstdc++-g++-v3 discarded qualifiers) 2007-04-03 08:32:31 +00:00
stl_uninitialized.h stl_algobase.h (__copy_aux(_II, _II, _OI), [...]): Use __is_pod. 2007-04-03 18:44:01 +00:00
stl_vector.h re PR libstdc++/31370 (resizing bugs in std::vector<bool>) 2007-04-02 10:15:50 +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 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 re PR c++/26099 (support for type traits is not available) 2007-03-30 19:45:57 +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 re PR libstdc++/31370 (resizing bugs in std::vector<bool>) 2007-04-02 10:15:50 +00:00