OSDN Git Service

2012-02-20 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Feb 2012 11:11:39 +0000 (11:11 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Feb 2012 11:11:39 +0000 (11:11 +0000)
commiteeff6a54fe4eef656054dfb2053e1d4b006720ac
treea4197f7757f45f2a2b9d6f3a50e90ddb1911bb83
parent5865c647946ebdadb4c544e069f87d05ee1e045c
2012-02-20  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/52309
* include/bits/hashtable_policy.h (_Equality_base<, true,>::
     _M_equal(const _Hashtable&)): Compare values with operator==.
* testsuite/23_containers/unordered_set/operators/52309.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184388 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/hashtable_policy.h
libstdc++-v3/testsuite/23_containers/unordered_set/operators/52309.cc [new file with mode: 0644]