From 6ffd1096cf7620eea04f99693c32601e9312cd8c Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Tue, 6 Aug 2013 11:11:07 +0000 Subject: 2013-08-06 Paolo Carlini Revert the last commit. From-SVN: r201525 --- libstdc++-v3/python/libstdcxx/v6/printers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/python') diff --git a/libstdc++-v3/python/libstdcxx/v6/printers.py b/libstdc++-v3/python/libstdcxx/v6/printers.py index de50d1e..a3a8b1e 100644 --- a/libstdc++-v3/python/libstdcxx/v6/printers.py +++ b/libstdc++-v3/python/libstdcxx/v6/printers.py @@ -652,7 +652,7 @@ class Tr1HashtableIterator: class StdHashtableIterator: def __init__(self, hash): - self.node = hash['_M_before_begin']['_M_nxt'] + self.node = hash['_M_bbegin']['_M_node']['_M_nxt'] self.node_type = find_type(hash.type, '__node_type').pointer() def __iter__(self): -- cgit v1.1