r258350 - in /trunk/libstdc++-v3: ChangeLog pyt...

fdumont@gcc.gnu.org fdumont@gcc.gnu.org
Thu Mar 8 06:26:00 GMT 2018


Author: fdumont
Date: Thu Mar  8 06:26:15 2018
New Revision: 258350

URL: https://gcc.gnu.org/viewcvs?rev=258350&root=gcc&view=rev
Log:
2018-03-08  François Dumont  <fdumont@gcc.gnu.org>

	* python/libstdcxx/v6/printers.py (NodeIteratorPrinter): New.
	(StdListIteratorPrinter): Inherit from latter.
	(StdFwdListIteratorPrinter): New, inherit from latter.
	(StdDebugIteratorPrinter.to_string): Use non-debug iterator printer
	when iterator has no associated container.
	(build_libstdcxx_dictionary): Add __gnu_cxx::_Fwd_list_iterator and
	__gnu_cxx::_Fwd_list_const_iterator printers. Remove __norm namespace
	registrations.
	* testsuite/libstdc++-prettyprinters/debug.cc: Adapt.
	* testsuite/libstdc++-prettyprinters/debug_cxx11.cc: Adapt.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/python/libstdcxx/v6/printers.py
    trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc
    trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug_cxx11.cc



More information about the Libstdc++-cvs mailing list