Re: [C++ Patch] PR 43452
OK, thanks. Jason
Re: [C++ Patch] PR 43452
Hi, On 09/09/2013 06:35 AM, Jason Merrill wrote: On 09/05/2013 06:44 PM, Paolo Carlini wrote: + && warning (0, "possible problem detected in invocation of " + "delete [] operator:")) The warning should probably be suppressible by some flag. In fact clang has such a flag - I
Re: [C++ Patch] PR 43452
On 09/05/2013 06:44 PM, Paolo Carlini wrote: + && warning (0, "possible problem detected in invocation of " + "delete [] operator:")) The warning should probably be suppressible by some flag. Jason