2013-05-15 François Dumont <fdumont@gcc.gnu.org>
commit611894d11cc044ebccf44b2ad2a8a63e07ecbb84
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2013 19:39:18 +0000 (15 19:39 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2013 19:39:18 +0000 (15 19:39 +0000)
treed30dd906ec6223b52dc6ddcfc8daec3d80189322
parentc0de02330f20127f25e6099a8689c99408d3fc1e
2013-05-15  François Dumont  <fdumont@gcc.gnu.org>

* python/libstdcxx/v6/printers.py (Tr1HashtableIterator): Fix
rendering of std::tr1 unordered containers iterator.
(StdHashtableIterator): New, render std unordered containers iterator.
* testsuite/libstdc++-prettyprinters/tr1.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198947 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/python/libstdcxx/v6/printers.py
libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc [new file with mode: 0644]