This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [RFA 05/22] Turn wchar iterator into a class


On 09/27/2016 05:08 AM, Tom Tromey wrote:
> This changes wchar_iterator from charset.c into a real C++ class, then
> updates the users to use the class.  This lets us remove some cleanups
> in favor of the class' destructor.

LGTM, assuming changed to use m_.

> +
> +  /* The input string.  This is updated as convert characters.  */

While at it, looks like a typo here?  "... as we convert ..." ?

Thanks,
Pedro Alves


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