projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
632c712
)
Restore 2012 entries that hasn't been saved.
author
François Dumont
<fdumont@gcc.gnu.org>
Thu, 5 Jan 2012 20:50:51 +0000
(20:50 +0000)
committer
François Dumont
<fdumont@gcc.gnu.org>
Thu, 5 Jan 2012 20:50:51 +0000
(20:50 +0000)
From-SVN: r182926
libstdc++-v3/ChangeLog
patch
|
blob
|
history
diff --git
a/libstdc++-v3/ChangeLog
b/libstdc++-v3/ChangeLog
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..aebe0918848e8d687e3442bf3ec12a884afe1186 100644
(file)
--- a/
libstdc++-v3/ChangeLog
+++ b/
libstdc++-v3/ChangeLog
@@
-0,0
+1,10
@@
+2012-01-03 François Dumont <fdumont@gcc.gnu.org>
+
+ * include/bits/hashtable_policy.h (_Ebo_helper<>): Rename to the more
+ specific _Hashtable_ebo_helper. Hide this implementation detail thanks
+ to private inheritance.
+
+2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
+
+ PR c++/51738
+ * testsuite/23_containers/map/element_access/39901.cc: New.