Re: [patch] Fix warning during libstdc++ build

2015-01-28 Thread Jonathan Wakely
On 07/01/15 22:49 +, Jonathan Wakely wrote: This fixes a -Wc++14-compat warning in the new libsupc++/del_ops.cc file that defines the C++14 sized deallocation function. Tested x86_64-linux, committed to trunk. And another instance of the same warning. Tested x86_64-linux, committed to tr

[patch] Fix warning during libstdc++ build

2015-01-07 Thread Jonathan Wakely
This fixes a -Wc++14-compat warning in the new libsupc++/del_ops.cc file that defines the C++14 sized deallocation function. Tested x86_64-linux, committed to trunk. commit 9236910f087450f43ce80d696737e9ecd96bb1ef Author: Jonathan Wakely Date: Tue Jan 6 17:30:21 2015 + * libsupc++/M