gcc/libstdc++-v3/include/bits
Paolo Carlini 5e91e92ede type_traits.h (_Is_normal_iterator): Move...
2004-07-02  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/type_traits.h (_Is_normal_iterator): Move...
	* include/bits/cpp_type_traits.h: ... here, renamed to
	__is_normal_iterator and consistent with the other traits.
	* include/bits/stl_algobase.h (__copy_ni1, __copy_ni2): Convert
	to the struct __copy_normal and three specializations.
	(__copy_backward_output_normal_iterator,
	__copy_backward_input_normal_iterator): Likewise, convert to
	the struct __copy_backward_normal and three specializations.
	(copy, copy_backward): Use the latter.
	(__copy_aux, __copy_backward_aux): Very minor tweaks.

From-SVN: r84019
2004-07-02 14:49:09 +00:00
..
allocator.h concurrence.h (__gnu_cxx::lock): New. 2004-06-25 06:10:44 +00:00
atomicity.h atomicity.h: New, forward declarations for __atomic_add and __exchange_and_add. 2004-02-27 00:49:50 +00:00
basic_ios.h re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
basic_ios.tcc re PR libstdc++/14072 (basic_ios::imbue leaves dangling pointers) 2004-02-09 09:02:52 +00:00
basic_string.h re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
basic_string.tcc [multiple changes] 2004-06-12 08:10:24 +00:00
boost_concept_check.h re PR libstdc++/16154 (input iterator concept too restrictive) 2004-06-23 16:03:52 +00:00
c++config Daily bump. 2004-07-02 00:16:12 +00:00
char_traits.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
codecvt.h Fixups for EDG front end. 2004-04-07 03:33:36 +00:00
concept_check.h Move from CPP to CXX. 2003-07-05 04:05:45 +00:00
concurrence.h Per Bothner <per@bothner.com > Mohan Embar <gnustuff@thisiscool.com> 2004-07-01 14:49:29 +00:00
cpp_type_traits.h type_traits.h (_Is_normal_iterator): Move... 2004-07-02 14:49:09 +00:00
deque.tcc deque.tcc: Trivial formatting fixes. 2004-04-21 14:06:00 +00:00
fstream.tcc re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
functexcept.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
gslice.h re PR libstdc++/3247 (valarray private member) 2004-03-10 06:50:13 +00:00
gslice_array.h howto.html: Add entry for DR 253 [Ready]. 2004-03-12 23:32:03 +00:00
indirect_array.h howto.html: Add entry for DR 253 [Ready]. 2004-03-12 23:32:03 +00:00
ios_base.h atomicity.h: New, forward declarations for __atomic_add and __exchange_and_add. 2004-02-27 00:49:50 +00:00
istream.tcc istream.tcc (getline): Make sure arguments passed to min/max have the same type. 2004-06-22 22:22:14 +00:00
list.tcc c++config (_GLIBCXX_STD): New. 2004-04-16 19:04:07 +00:00
locale_classes.h re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
locale_facets.h re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
locale_facets.tcc istream.tcc (getline): Make sure arguments passed to min/max have the same type. 2004-06-22 22:22:14 +00:00
localefwd.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
mask_array.h howto.html: Add entry for DR 253 [Ready]. 2004-03-12 23:32:03 +00:00
ostream.tcc re PR libstdc++/12854 (libstdc++ vs. -Weffc++) 2004-05-22 23:46:34 +00:00
postypes.h re PR libstdc++/14320 (istreambuf_iterator::difference_type is not a signed integral type) 2004-03-03 00:22:05 +00:00
slice_array.h howto.html: Add entry for DR 253 [Ready]. 2004-03-12 23:32:03 +00:00
sstream.tcc Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_algo.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_algobase.h type_traits.h (_Is_normal_iterator): Move... 2004-07-02 14:49:09 +00:00
stl_bvector.h stl_bvector.h: Use _M_impl._M_start. 2004-04-18 05:04:58 +00:00
stl_construct.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_deque.h istream.tcc (getline): Make sure arguments passed to min/max have the same type. 2004-06-22 22:22:14 +00:00
stl_function.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_heap.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_iterator.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_iterator_base_funcs.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_iterator_base_types.h stl_iterator_base_funcs.h: Minor formatting and indentation tweaks. 2004-02-03 17:59:05 +00:00
stl_list.h re PR libstdc++/15775 (Allocator::pointer consistently ignored) 2004-06-09 21:37:46 +00:00
stl_map.h re PR libstdc++/15775 (Allocator::pointer consistently ignored) 2004-06-09 21:37:46 +00:00
stl_multimap.h re PR libstdc++/15775 (Allocator::pointer consistently ignored) 2004-06-09 21:37:46 +00:00
stl_multiset.h c++config (_GLIBCXX_STD): New. 2004-04-16 19:04:07 +00:00
stl_numeric.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_pair.h abi.html: New. 2004-05-13 12:50:53 +00:00
stl_queue.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_raw_storage_iter.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_relops.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_set.h c++config (_GLIBCXX_STD): New. 2004-04-16 19:04:07 +00:00
stl_stack.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_tempbuf.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_tree.h deque.tcc: Trivial formatting fixes. 2004-04-21 14:06:00 +00:00
stl_uninitialized.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stl_vector.h re PR libstdc++/15775 (Allocator::pointer consistently ignored) 2004-06-09 21:37:46 +00:00
stream_iterator.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
streambuf.tcc Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
streambuf_iterator.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
stringfwd.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
type_traits.h type_traits.h (_Is_normal_iterator): Move... 2004-07-02 14:49:09 +00:00
valarray_after.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
valarray_array.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
valarray_array.tcc 2004-03-10 Paolo Carlini <pcarlini@suse.de> 2004-03-10 17:08:32 +00:00
valarray_before.h Remove trailing whitespace (see ChangeLog for longwinded description). 2004-02-08 05:46:42 +01:00
vector.tcc stl_vector.h: Trivial formatting fixes. 2004-04-26 09:02:43 +00:00