http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59476
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- Author: redi Date: Fri May 2 16:00:57 2014 New Revision: 210007 URL: http://gcc.gnu.org/viewcvs?rev=210007&root=gcc&view=rev Log: PR libstdc++/59476 * python/libstdcxx/v6/printers.py (get_value_from_Rb_tree_node): New function to handle both C++03 and C++11 _Rb_tree_node implementations. (StdRbtreeIteratorPrinter, StdMapPrinter, StdSetPrinter): Use it. * testsuite/libstdc++-prettyprinters/simple.cc: Update comment to refer to... * testsuite/libstdc++-prettyprinters/simple11.cc: New. Added: branches/gcc-4_9-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc - copied, changed from r210003, branches/gcc-4_9-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc Modified: branches/gcc-4_9-branch/libstdc++-v3/ChangeLog branches/gcc-4_9-branch/libstdc++-v3/python/libstdcxx/v6/printers.py branches/gcc-4_9-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc