]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/backward/hash_map/25896.cc
hashtable.h (erase): Correctly handle erasing a reference to an entry in the hash...
authorIan Lance Taylor <iant@google.com>
Wed, 8 Apr 2009 23:58:31 +0000 (23:58 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 8 Apr 2009 23:58:31 +0000 (23:58 +0000)
commit9767a048ab7225f4b4a01f8f506bb2bf97aadaab
tree9eda1fdbd680a5746db750c5fe831efce5cbd3ce
parent0b83c44bdf9431f7933eb8aa28f9a33efe453722
hashtable.h (erase): Correctly handle erasing a reference to an entry in the hash table.

* include/backward/hashtable.h (erase): Correctly handle erasing a
reference to an entry in the hash table.
* testsuite/backward/hash_map/25896.cc: New.
* testsuite/backward/hash_set/25896.cc: New.

From-SVN: r145788
libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/hashtable.h
libstdc++-v3/testsuite/backward/hash_map/25896.cc [new file with mode: 0644]
libstdc++-v3/testsuite/backward/hash_set/25896.cc [new file with mode: 0644]