Re: XMLURL memory allocation problem

2004-12-31 Thread Sam Lindley
:46 AM Subject: Re: XMLURL memory allocation problem I think I've found the root of the problem, and it seems to be something that's been noticed before, e.g: http://marc.theaimsgroup.com/?l=xerces-c-dev&m=107349519306035&w=2 AFAICS, VC++ (2003) doesn't handle overloading of op

Re: XMLURL memory allocation problem

2004-12-23 Thread Sam Lindley
I think I've found the root of the problem, and it seems to be something that's been noticed before, e.g: http://marc.theaimsgroup.com/?l=xerces-c-dev&m=107349519306035&w=2 AFAICS, VC++ (2003) doesn't handle overloading of operator new properly. The XMemory class overloads placement new for all