gcc/libstdc++-v3/src
Paolo Carlini 055f6a476c functional_hash.h (_Fnv_hash_base<>::hash): Change to template.
2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com>  

	* include/bits/functional_hash.h (_Fnv_hash_base<>::hash): Change
	to template.
	* include/tr1/functional_hash.h (_Fnv_hash_base<>::hash): Likewise.
	* include/bits/vector.tcc (hash): Adjust.
	* include/bits/basic_string.h (hash): Likewise.
	* include/std/bitset (hash): Likewise.
	* src/hash-string-aux.cc (hash): Likewise.

From-SVN: r157185
2010-03-03 01:23:07 +00:00
..
Makefile.am functional_hash.h (hash<string>, [...]): Move, per DR 1182 to... 2010-02-22 18:07:07 +00:00
Makefile.in functional_hash.h (hash<string>, [...]): Move, per DR 1182 to... 2010-02-22 18:07:07 +00:00
allocator-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
atomic.cc re PR libstdc++/42456 (Revision 155377 failed some C++ atomic tests) 2009-12-22 08:23:08 +00:00
bitmap_allocator.cc pool_allocator.cc: Adjust catch blocks. 2009-11-19 19:21:05 +00:00
chrono.cc condition_variable.cc (condition_variable, [...]): Mark throw() 2009-04-18 21:19:18 +00:00
codecvt.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
compatibility-c++0x.cc functional_hash.h (__hash_combine): Remove. 2010-02-25 13:32:52 +00:00
compatibility-debug_list.cc re PR libstdc++/16896 (Use of non-reserved names in stl_list.h) 2010-02-07 18:36:48 +00:00
compatibility-ldbl.cc * src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc. 2010-02-22 23:51:07 +00:00
compatibility-list.cc re PR libstdc++/16896 (Use of non-reserved names in stl_list.h) 2010-02-07 18:36:48 +00:00
compatibility-parallel_list.cc re PR libstdc++/16896 (Use of non-reserved names in stl_list.h) 2010-02-07 18:36:48 +00:00
compatibility.cc re PR libstdc++/16896 (Use of non-reserved names in stl_list.h) 2010-02-07 18:36:48 +00:00
complex_io.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
concept-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
condition_variable.cc condition_variable (condition_variable_any): Provide definitions for all members. 2010-02-03 20:16:22 +00:00
ctype.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
debug.cc re PR libstdc++/40160 (-fno-rtti vs _GLIBCXX_DEBUG) 2009-05-15 22:25:24 +00:00
debug_list.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
ext-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
fstream-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
functexcept.cc re PR libstdc++/42201 ([C++0x] std::vector<std::unique_future<T>>::push_back fails) 2010-01-21 00:01:47 +00:00
future.cc future: Move error handling bits outside macro guard. 2009-08-11 04:30:35 +00:00
globals_io.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
hash-long-double-aux.cc hash-long-double-aux.cc (hash<long double>:: operator()(long double)): Hash both -0 and +0 to 0. 2010-02-28 10:37:04 +00:00
hash-string-aux.cc functional_hash.h (_Fnv_hash_base<>::hash): Change to template. 2010-03-03 01:23:07 +00:00
hash_c++0x.cc hash-aux.cc: Rename to... 2010-02-22 22:54:49 +00:00
hash_tr1.cc hash-aux.cc: Rename to... 2010-02-22 22:54:49 +00:00
hashtable-aux.cc re PR libstdc++/16896 (Use of non-reserved names in stl_list.h) 2010-02-07 18:36:48 +00:00
hashtable_c++0x.cc re PR libstdc++/16896 (Use of non-reserved names in stl_list.h) 2010-02-07 18:36:48 +00:00
hashtable_tr1.cc re PR libstdc++/16896 (Use of non-reserved names in stl_list.h) 2010-02-07 18:36:48 +00:00
ios-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
ios.cc ios_locale.cc: Fixes for -pedantic. 2010-02-17 05:43:24 +00:00
ios_failure.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
ios_init.cc re PR libstdc++/41037 (dec not set in cerr flags) 2009-09-14 17:01:05 +00:00
ios_locale.cc ios_locale.cc: Fixes for -pedantic. 2010-02-17 05:43:24 +00:00
iostream-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
istream-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
istream.cc revert: compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream sentry objects. 2009-09-05 00:18:07 +00:00
limits.cc limits (__numeric_limits_base::max_digits10, [...]): Add. 2010-02-25 17:13:04 +00:00
list.cc ios_locale.cc: Fixes for -pedantic. 2010-02-17 05:43:24 +00:00
locale-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
locale.cc ios_locale.cc: Fixes for -pedantic. 2010-02-17 05:43:24 +00:00
locale_facets.cc ios_locale.cc: Fixes for -pedantic. 2010-02-17 05:43:24 +00:00
locale_init.cc ios_locale.cc: Fixes for -pedantic. 2010-02-17 05:43:24 +00:00
localename.cc pool_allocator.cc: Adjust catch blocks. 2009-11-19 19:21:05 +00:00
math_stubs_float.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
math_stubs_long_double.cc re PR libstdc++/40038 (symbols ceill@GLIBCXX_3.4.3 not exported) 2009-05-07 06:55:15 +00:00
misc-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
mt_allocator.cc pool_allocator.cc (_M_get_free_list, [...]): Mark throw () 2009-04-18 22:02:19 +00:00
mutex.cc mutex: Move std::lock_error to ... 2009-05-16 11:09:02 +01:00
ostream-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
parallel_list.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
parallel_settings.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
pool_allocator.cc pool_allocator.cc: Adjust catch blocks. 2009-11-19 19:21:05 +00:00
sstream-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
stdexcept.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
streambuf-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
streambuf.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
string-inst.cc re PR libstdc++/41773 (Many libstdc++ failures) 2009-10-20 21:54:22 +00:00
strstream.cc condition_variable.cc (condition_variable, [...]): Mark throw() 2009-04-18 21:19:18 +00:00
system_error.cc ios_locale.cc: Fixes for -pedantic. 2010-02-17 05:43:24 +00:00
thread.cc re PR libstdc++/42198 ([C++0x] Using std::thread without -pthread causes immediate crash) 2009-12-17 11:09:05 +00:00
tree.cc tree.cc (_Rb_tree_increment, [...]): Mark nothrow; update uses of _Rb_tree_rotate_left, _Rb_tree_rotate_right. 2009-04-16 13:01:17 +00:00
valarray-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
wlocale-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
wstring-inst.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00