This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] | |
Not a regression, but the python pretty printers are a highly visible
feature of GCC 4.5 and GDB 7 amd I think it's worth backporting this
fairly safe change to support vector<bool>, so checked in to 4.5
branch.
2010-10-18 Jonathan Wakely <jwakely.gcc@gmail.com>
Backport from mainline:
2010-08-16 Chris Moller <cmoller@redhat.com>
http://sourceware.org/bugzilla/show_bug.cgi?id=11874
* python/libstdcxx/v6/printers.py (StdVectorPrinter): Added stuff
to handle pretty-printing of std::vector<bool>.
Tested x86_64-linux with GDB 7.1-34.fc13
Attachment:
vecbool-printer.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |