Il 28/06/2013 12:40, Laszlo Ersek ha scritto: >> > Also, this is not running in the context of qemu-ga, so I think it is >> > better to be more conservative and trap memory allocation failure. > In that case other "new" calls must assume the nothrow form too, plus > other allocation functions should be checked as well (eg. > SysAllocStringLen(), although its only use might be in the function that > Tomoki plans to remove anyway).
Agreed (nothrow or try...catch, depending on what's better for the C++ runtime; by the way, Tomoki-san, I suspect this will require libstdc++ when compiled with GCC---can you confirm?). Thanks, Paolo