summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-02 01:47:17 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-02 01:47:17 +0000
commitbf1e1356d2334a5484d2ff081b27528f40a03397 (patch)
treeff3b54cba8f88f4c246a412c17474d414d8198bd /libstdc++-v3/ChangeLog
parent411bb74ec51b3d202d66652c94fd0f9bb1e188fd (diff)
downloadgcc-bf1e1356d2334a5484d2ff081b27528f40a03397.tar.gz
* python/libstdcxx/v6/printers.py (Tr1HashtableIterator): Update.
(StdForwardListPrinter): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193087 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 9b3187d0e02..cc3e87e5eb9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,10 @@
2012-11-02 Jonathan Wakely <jwakely.gcc@gmail.com>
+ * python/libstdcxx/v6/printers.py (Tr1HashtableIterator): Update.
+ (StdForwardListPrinter): Likewise.
+
+2012-11-02 Jonathan Wakely <jwakely.gcc@gmail.com>
+
* include/bits/forward_list.h (forward_list(size_type)): Add missing
allocator parameter.
(_Fwd_list_node_base): Use NSDMI and define constructor as defaulted.