gcc/libstdc++-v3/include/tr1
Benjamin Kosnik 105c6331b2 type_traits.h: New.
2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
	    Peter Doerfler  <gcc@pdoerfler.com>
	    Paolo Carlini  <pcarlini@suse.de>
	
	* include/ext/type_traits.h: New. 
	(__conditional_type): New.
	(__numeric_traits): New.
	(__add_unsigned): New.
	(__remove_unsigned): New.
	(__enable_if): New.
	* include/Makefile.am: Add.
	* include/Makefile.in: Regenerate.
	* include/ext/pb_ds/detail/type_utils.hpp: Use ext include,
	remove duplicates.
	* include/tr1/hashtable_policy.h (IF): Use __conditional_type.
	(_Max_digits10): Same.
	(identity): Use _Identity.
	(extract1st): Use _Select1st.
	* include/tr1/random (_Select): Use __conditional_type.
	(_To_Unsigned_Type): Use __add_unsigned. Linebreak fixups.
	* include/bits/locale_facets.tcc (__to_unsigned_type): Remove, use
	__add_unsigned.
	* include/tr1/random.tcc: Fixups as above.
	* include/tr1/unordered_map: Same.
	* include/tr1/hashtable: Same.
	* include/tr1/unordered_set: Same.
	* include/ext/pb_ds/detail/gp_hash_table_map_/
	standard_policies.hpp: Same.
	* include/ext/pb_ds/detail/standard_policies.hpp: Same.
	* include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
	* include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
	* include/ext/pb_ds/detail/type_utils.hpp: Same.
	* include/ext/pb_ds/trie_policy.hpp: Same.
	* docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
	
	* include/bits/cpp_type_traits.h (__enable_if): Move to ext, make
	boolean argument first.	
	* include/bits/locale_facets.h: Fixups for __enable_if argument
	and namespace switch.
	* include/bits/stl_algobase.h: Same.
	* include/bits/stl_algo.h: Same.
	* include/bits/stl_iterator.h: Same.
	* include/bits/streambuf_iterator.h: Same.
	* include/debug/safe_iterator.h: Same.
	* include/tr1/hashtable_policy.h: Same.
	* include/tr1/cmath: Same.
	* include/tr1/functional: Same.
	* include/tr1/functional_iterate.h: Same.
	* include/std/std_streambuf.h: Same.
	* include/c_std/std_cmath.h: Same.
	* testsuite/util/testsuite_tr1.h: Same.
	* testsuite/util/performance/assoc/multimap_common_type.hpp: Same.


Co-Authored-By: Paolo Carlini <pcarlini@suse.de>
Co-Authored-By: Peter Doerfler <gcc@pdoerfler.com>

From-SVN: r117024
2006-09-18 13:30:56 +00:00
..
array
bind_iterate.h
bind_repeat.h
boost_shared_ptr.h atomicity.h: Move to... 2006-09-14 09:48:15 +00:00
cctype
cfenv cinttypes: Simply protect everything with _GLIBCXX_USE_C99_INTTYPES_TR1. 2006-07-24 12:30:28 +00:00
cfloat
cinttypes cinttypes: Simply protect everything with _GLIBCXX_USE_C99_INTTYPES_TR1. 2006-07-24 12:30:28 +00:00
climits
cmath type_traits.h: New. 2006-09-18 13:30:56 +00:00
common.h cmath: Add C99 overloads. 2006-03-07 16:53:44 +00:00
complex cmath: Add atan2 and pow bits; add using declarations. 2006-03-10 13:24:57 +00:00
cstdarg
cstdbool
cstdint cinttypes: Simply protect everything with _GLIBCXX_USE_C99_INTTYPES_TR1. 2006-07-24 12:30:28 +00:00
cstdio
cstdlib
ctgmath cmath: Add atan2 and pow bits; add using declarations. 2006-03-10 13:24:57 +00:00
ctime
ctype.h
cwchar
cwctype
fenv.h
float.h
functional type_traits.h: New. 2006-09-18 13:30:56 +00:00
functional_iterate.h type_traits.h: New. 2006-09-18 13:30:56 +00:00
hashtable type_traits.h: New. 2006-09-18 13:30:56 +00:00
hashtable_policy.h type_traits.h: New. 2006-09-18 13:30:56 +00:00
inttypes.h
limits.h
math.h cmath: Add atan2 and pow bits; add using declarations. 2006-03-10 13:24:57 +00:00
memory atomicity.h: Move to... 2006-09-14 09:48:15 +00:00
mu_iterate.h
random type_traits.h: New. 2006-09-18 13:30:56 +00:00
random.tcc type_traits.h: New. 2006-09-18 13:30:56 +00:00
ref_fwd.h
ref_wrap_iterate.h
repeat.h
stdarg.h
stdbool.h
stdint.h
stdio.h
stdlib.h
tgmath.h cmath: Add atan2 and pow bits; add using declarations. 2006-03-10 13:24:57 +00:00
tuple re PR c++/28871 (massive C++ compile time slowdown) 2006-09-04 15:41:18 +00:00
tuple_iterate.h
type_traits type_traits (integral_constant<>::value): Define. 2006-05-07 16:52:41 +00:00
type_traits_fwd.h
unordered_map type_traits.h: New. 2006-09-18 13:30:56 +00:00
unordered_set type_traits.h: New. 2006-09-18 13:30:56 +00:00
utility
wchar.h
wctype.h