functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 23 Feb 2010 15:23:37 +0000 (15:23 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 23 Feb 2010 15:23:37 +0000 (15:23 +0000)
commit5c8db18ac645579a5974abb6ad0ed922b14dcb32
tree5a389c42914e410ce5375c1480147999b90aeb07
parent0f9c8f569d2bdb6c8b0cd57fd3fd95acb9204029
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
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h
libstdc++-v3/include/bits/functional_hash.h
libstdc++-v3/include/std/system_error
libstdc++-v3/include/std/thread
libstdc++-v3/include/tr1/functional_hash.h
libstdc++-v3/src/compatibility-c++0x.cc
libstdc++-v3/src/hash-string-aux.cc
libstdc++-v3/testsuite/30_threads/thread/cons/assign_neg.cc
libstdc++-v3/testsuite/30_threads/thread/cons/copy_neg.cc
libstdc++-v3/testsuite/30_threads/thread/id/hash.cc [new file with mode: 0644]