On 2016-07-13 15:57, Syrone Wong wrote:
> C++14 added sized deallocation, while uclibc++ deleted all files
> (extracted from libsupc++.a via "ar x") named "del_op*.o"
> in abi/libsupc, so I wrote two wrapper files and let them call
> free(ptr) and ignored the size parameter.
>
> GCC upstream URL:
C++14 added sized deallocation, while uclibc++ deleted all files
(extracted from libsupc++.a via "ar x") named "del_op*.o"
in abi/libsupc, so I wrote two wrapper files and let them call
free(ptr) and ignored the size parameter.
GCC upstream URL:
https://github.com/gcc-mirror/gcc/commit/d1856d2c87