On 31/01/19 22:29 +0100, François Dumont wrote:
I was writing a test which needed to override the std::nothrow
versions of the operator new and delete to control
get_temporary_buffer behavior and noticed that it is inconsistent with
release_temporary_buffer in terms of new/delete operators.
I was writing a test which needed to override the std::nothrow
versions of the operator new and delete to control get_temporary_buffer
behavior and noticed that it is inconsistent with
release_temporary_buffer in terms of new/delete operators.
Grepping for other std::nothrow usages I f