This is the mail archive of the archer@sourceware.org mailing list for the Archer 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]

Re: [patch] Fix glitches with libstdc++ pretty printers


Paul> I think this either depends on some uncomitted patches, or else is
Paul> broken for nested STL containers:

There is a typo in the script.  So, whoops, I must not have tested my
last edit to this file.

In the 'header' method, there is a trailing "," at the end of the line
that initializes 'start':

    def header(self, val):
        start = val['_M_impl']['_M_start'],

This turns 'start' into a tuple.

Delete the "," and it will work.

Tom


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