gcc/libstdc++-v3
Paolo Carlini 5c8db18ac6 functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.
2010-02-23  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/functional_hash.h (struct _Fnv_hash): Rename
	to _Fnv_hash_base.
	(struct _Fnv_hash): Add, derives from the latter.
	(__hash_combine): Add.
	(hash<float>::operator()(float), hash<double>::operator()(double)):
	Adjust.
	* include/bits/basic_string.h (hash<string>, hash<wstring>,
	hash<u16string>, hash<u32string>): Adjust.
	* src/hash-string-aux.cc: Adjust.
	* src/compatibility-c++0x.cc (hash<error_code>): Use __hash_combine.
	* include/std/system_error (hash<error_code>): Likewise.
	* include/std/thread (struct hash<thread::id>): Add.
	* include/tr1/functional_hash.h : Rename to _Fnv_hash_base.
	(struct _Fnv_hash): Add, derives from the latter.
	(hash<float>::operator()(float), hash<double>::operator()(double)):
	Adjust.
	* testsuite/30_threads/thread/id/hash.cc: New.
	* testsuite/30_threads/thread/cons/assign_neg.cc: Adjust dg-error
	line number.
	* testsuite/30_threads/thread/cons/copy_neg.cc: Likewise.

From-SVN: r157005
2010-02-23 15:23:37 +00:00
..
config ios_locale.cc: Fixes for -pedantic. 2010-02-17 05:43:24 +00:00
doc class.txml: Adjust biblio markup. 2010-02-22 22:52:11 +00:00
include functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base. 2010-02-23 15:23:37 +00:00
libsupc++ typeinfo: Add system_header pragma. 2010-02-18 17:58:53 +00:00
po
python printers.py (StdStringPrinter.__init__): Remove encoding argument. 2010-01-15 23:36:58 +00:00
scripts run_doxygen: Add shortnames option. 2010-02-19 03:30:46 +00:00
src functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base. 2010-02-23 15:23:37 +00:00
testsuite functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base. 2010-02-23 15:23:37 +00:00
acinclude.m4 PR libstdc++/36101, PR libstdc++/42813 2010-01-22 13:35:38 +00:00
aclocal.m4
ChangeLog functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base. 2010-02-23 15:23:37 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009 Move 2009 ChangeLog to ChangeLog-2009. 2010-01-01 09:08:32 -08:00
config.h.in Makefile.am (check-debug): Add. 2010-01-13 11:07:44 +00:00
configure PR libstdc++/36101, PR libstdc++/42813 2010-01-22 13:35:38 +00:00
configure.ac Fix PR 35942: remove -lstdc++ from libtool postdeps for CXX. 2010-01-16 14:46:57 +00:00
configure.host
crossconfig.m4
fragment.am
linkage.m4
Makefile.am
Makefile.in
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.