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: [python] [patch] Pretty printers for std::*::{const_,}iterator


On Tue, Dec 16, 2008 at 5:17 PM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:

> Attached patch allows one to print std::*::iterator as easily as
> the containers themselves.

Unfortunately, this will do "the wrong thing" when iterator == container.end(),
and I don't see any way to fix that :(

-- 
Paul Pluzhnikov


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