gcc/libstdc++-v3/include
Paolo Carlini dbd160bff8 PR libstdc++/21193 (float, double, long double)
2005-07-14  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/21193 (float, double, long double)
	* include/tr1/functional (hash<float>, hash<double>):
	Reimplement exploiting the Fnv_hash<>::hash helper.
	(hash<long double>): Reimplement using frexp (in this
	case, due to random padding bits, the former approach
	is not generally viable).

From-SVN: r102043
2005-07-15 00:05:44 +00:00
..
backward cpp_type_traits.h: Add types to the structs thus making type_traits.h redundant... 2005-01-31 16:22:01 +00:00
bits ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct and hex and casts to unsigned here... 2005-07-11 09:48:31 +00:00
c
c_compatibility
c_std re PR libstdc++/13943 (call of overloaded `llabs(int)' is ambiguous) 2005-05-26 15:46:48 +00:00
debug PR libstdc++/21770 (cont: __gnu_debug::string) 2005-06-07 02:55:06 +00:00
ext Add class __versa_string, a versatile "basic_string-type" class... 2005-07-05 23:07:18 +00:00
std ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct and hex and casts to unsigned here... 2005-07-11 09:48:31 +00:00
tr1 PR libstdc++/21193 (float, double, long double) 2005-07-15 00:05:44 +00:00
Makefile.am Add class __versa_string, a versatile "basic_string-type" class... 2005-07-05 23:07:18 +00:00
Makefile.in Add class __versa_string, a versatile "basic_string-type" class... 2005-07-05 23:07:18 +00:00
stdc++.h