On 23/09/2011 13:22, dsimcha wrote:

resize() will be changed to:

size_t resize(void* ptr, size_t minBytes, size_t nBytes);

where minBytes is the minimum amount to declare success and nBytes is
the desired amount.

and the value returned is the new size, which will always be between minBytes and nBytes?

A...

Reply via email to