Re: Fix inconsistent operator delete usages

2019-02-01 Thread Jonathan Wakely
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.

Fix inconsistent operator delete usages

2019-01-31 Thread François Dumont
    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