This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [pushed] Remove useless NULL check in python.c
>>>>> "Christian" == Christian Biesinger via gdb-patches <gdb-patches@sourceware.org> writes:
Christian> Have you considered using STD::wstring instead of this manual memory
Christian> management?
I did, but converting to wstring seemed unusually complicated compared
to what we have. Though, this isn't a part of C++ that I know well, so
I'm open to being wrong about that.
Tom