From: John L. <jla...@gm...> - 2012-06-09 03:50:42
|
On Thu, Jun 7, 2012 at 10:09 AM, Andre Arpin <ar...@ki...> wrote: > using date:ParseDate(value, wx.wxString_const_iterator()) > > seems to work but looking into the run time we see that the pointer to the > iterator is a bad pointer not very desirable. > > supporting a single argument seems preferable. I agree that the current functions are awkward to use. I will make the input iterator argument optional. Regards, John |