v3 PATCH to avoid -Wsized-deallocation warnings with C++14 compiler
Jason Merrill
jason@redhat.com
Thu May 21 15:11:00 GMT 2015
When GCC defaults to C++14, it gives -Wsized-deallocation warnings for
the non-sized operator deletes. We dealt with this for the sized ones
by passing -Wno-sized-deallocation on the command line, but using
#pragma GCC diagnostic seems cleaner to me.
Applying to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wsized.patch
Type: text/x-patch
Size: 1129 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20150521/7da55ab1/attachment.bin>
More information about the Libstdc++
mailing list