gcc/libstdc++-v3/include/ext
Paolo Carlini c0736a9ddb cpp_type_traits.h: Add types to the structs thus making type_traits.h redundant...
2005-01-31  Paolo Carlini  <pcarlini@suse.de>
	    Gabriel Dos Reis  <gdr@integrable-solutions.net>

	* include/bits/cpp_type_traits.h: Add types to the structs thus
	making type_traits.h redundant; exploit new __truth_type and
	__traitor helpers.
	* include/bits/type_traits.h: Remove.
	* include/Makefile.am: Update.
	* include/Makefile.in: Regenerate.
	* include/backward/tempbuf.h: Include cpp_type_traits.h instead.
	* include/bits/basic_string.h (replace(iterator, iterator,
	_InputIterator, _InputIterator), _S_construct(_InIterator,
	_InIterator, const _Alloc&)): Use __is_integer instead.
	* include/bits/stl_bvector.h (vector(_InputIterator,
	_InputIterator, const allocator_type&), assign(_InputIterator,
	_InputIterator), insert(iterator, _InputIterator, _InputIterator)):
	Likewise.
	* include/bits/stl_construct.h (_Destroy(_ForwardIterator,
	_ForwardIterator)): Use __is_scalar.
	* include/bits/stl_deque.h (deque(_InputIterator, _InputIterator,
	const allocator_type&), assign(_InputIterator, _InputIterator),
	insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
	* include/bits/stl_list.h (assign(_InputIterator, _InputIterator),
	insert(iterator, _InputIterator, _InputIterator)): Likewise.
	* include/bits/stl_tempbuf.h (_Temporary_buffer(_ForwardIterator,
	_ForwardIterator)): Use __is_scalar.
	* include/bits/stl_uninitialized.h (uninitialized_copy(_InputIterator,
	_InputIterator, _ForwardIterator), uninitialized_fill(_ForwardIterator,
	_ForwardIterator, const _Tp&), uninitialized_fill_n(_ForwardIterator,
	_Size, const _Tp&)): Likewise.
	* include/bits/stl_vector.h (vector(_InputIterator, _InputIterator,
	const allocator_type&), assign(_InputIterator, _InputIterator),
	insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
	* include/debug/debug.h (__valid_range(const _InputIterator&,
	const _InputIterator&)): Use __is_integer.
	* include/ext/slist (assign(_InputIterator, _InputIterator)): Likewise.
	* include/std/std_string.h: Include cpp_type_traits.h instead.

Co-Authored-By: Gabriel Dos Reis <gdr@integrable-solutions.net>

From-SVN: r94484
2005-01-31 16:22:01 +00:00
..
algorithm doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
array_allocator.h array_allocator.h (array_allocator<>::allocate): Avoid __used. 2005-01-19 21:59:55 +00:00
bitmap_allocator.h bitmap_allocator.h: Make doxygen style comments for internal functions and classes. 2004-12-19 11:17:40 +00:00
codecvt_specializations.h acinclude.m4: Remove CCODECVT_H. 2005-01-07 19:34:46 +00:00
debug_allocator.h re PR libstdc++/17218 (unknown subjects in generated libstdc++ manpages) 2004-11-05 19:58:03 +00:00
functional doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
hash_fun.h doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
hash_map doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
hash_set doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
hashtable.h doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
iterator doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
malloc_allocator.h * include/ext/malloc_allocator.h: Include cstdlib. 2004-12-04 16:25:18 -08:00
memory doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
mt_allocator.h mt_allocator.h (struct __per_type_pool_policy<,, [...]): Scale _M_chunk_size too with sizeof(_Tp)... 2005-01-26 16:34:58 +00:00
new_allocator.h doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
numeric doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
pod_char_traits.h doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
pool_allocator.h doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
rb_tree doxygroups.cc: Add std::tr1 namespace. 2004-11-24 04:11:23 +00:00
rope rope: Qualify calls to std::copy() by sequence_buffer. 2005-01-16 19:16:27 +00:00
ropeimpl.h re PR libstdc++/17259 (One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h) 2004-09-02 18:22:20 +00:00
slist cpp_type_traits.h: Add types to the structs thus making type_traits.h redundant... 2005-01-31 16:22:01 +00:00
stdio_filebuf.h locale_facets.h (isspace, [...]): Add doxygen markup. 2004-11-23 09:18:41 +00:00
stdio_sync_filebuf.h locale_facets.h (isspace, [...]): Add doxygen markup. 2004-11-23 09:18:41 +00:00