summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-11 10:32:04 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-11 10:32:04 +0000
commitd015a2ec06dedfdfddbd1d8bb729a3f8b86a98ca (patch)
tree5d434dfdce495fcb3e955a267d34c721980b93f8
parentd8390528e2f889f4ac9fad764affcc72c67177f4 (diff)
downloadgcc-d015a2ec06dedfdfddbd1d8bb729a3f8b86a98ca.tar.gz
2011-12-11 Paolo Carlini <paolo.carlini@oracle.com>
* Tweak ChangeLog. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182200 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 38d78477699..920dab8a2ed 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -42,6 +42,7 @@
2011-12-09 François Dumont <fdumont@gcc.gnu.org>
+ PR libstdc++/44436 (unordered containers emplace, emplace_hint bits)
* include/bits/hashtable.h (_Hashtable<>::emplace,
_Hashtable<>::emplace_hint): Add.
* include/debug/unordered_set (unordered_set<>::emplace,