This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

add pretty printer for std::forward_list


2012-01-08  Jonathan Wakely  <jwakely.gcc@gmail.com>

        * python/libstdcxx/v6/printers.py (StdForwardListPrinter): Add.
        * testsuite/libstdc++-prettyprinters/cxx11.cc: New.

Tested 'make check RUNTESTFLAGS=prettyprinters.exp' and committed to trunk

The test also checks some of the other C++11 containers' printers but
could be improved to give better coverage.

Attachment: fl.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]