diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2011-12-11 10:32:04 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2011-12-11 10:32:04 +0000 |
commit | 5d74133f84d1a113c009ba3beb9dcdfc8c8283a9 (patch) | |
tree | 5d434dfdce495fcb3e955a267d34c721980b93f8 | |
parent | 52e04e563587ababa0af581de4950b67efebf70f (diff) | |
download | gcc-5d74133f84d1a113c009ba3beb9dcdfc8c8283a9.zip gcc-5d74133f84d1a113c009ba3beb9dcdfc8c8283a9.tar.gz gcc-5d74133f84d1a113c009ba3beb9dcdfc8c8283a9.tar.bz2 |
2011-12-11 Paolo Carlini <paolo.carlini@oracle.com>
* Tweak ChangeLog.
From-SVN: r182200
-rw-r--r-- | libstdc++-v3/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 38d7847..920dab8 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, |