> So if you do not have an allocator, the ::operator delete(ptr) should be > called, not simply delete ptr. Does that work? Either way, this seems > incorrectly documented, and a poor interface. > > I found the reason: it turns out that the ABIs used by MSVC in Debug and Release modes are incompatible, and the compiler does not appear to warn in any way when they are used together. Sorry I did not know that. It works fine as posted earlier once correctly linked.
- Freeing memory allocated by Base64::encode k h
- RE: Freeing memory allocated by Base64::encode John Lilley
- Re: Freeing memory allocated by Base64::encode Vitaly Prapirny
- RE: Freeing memory allocated by Base64::encod... John Lilley
- Re: Freeing memory allocated by Base64::e... k h
- RE: Freeing memory allocated by Base... John Lilley
