diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-06 11:11:07 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-06 11:11:07 +0000 |
| commit | 7407ba0b769ad434b2787b3dfb67cd5e44b80e3e (patch) | |
| tree | 3c9561fad773cc60d0dc75e574995341720a90ae /libstdc++-v3/python | |
| parent | 54dfdbf24d54894b00ee4efe20482f27762c27b2 (diff) | |
| download | ppe42-gcc-7407ba0b769ad434b2787b3dfb67cd5e44b80e3e.tar.gz ppe42-gcc-7407ba0b769ad434b2787b3dfb67cd5e44b80e3e.zip | |
2013-08-06 Paolo Carlini <paolo.carlini@oracle.com>
Revert the last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201525 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/python')
| -rw-r--r-- | libstdc++-v3/python/libstdcxx/v6/printers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/python/libstdcxx/v6/printers.py b/libstdc++-v3/python/libstdcxx/v6/printers.py index de50d1e05ec..a3a8b1e2fd7 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): |

