[Bug libstdc++/64828] New: libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning:=?UTF-8?Q?=20=E2=80=98void=20operator=20delete=20?=[](void*, std::size_t)=?UTF-8?Q?=E2=80=99=20is=20a=20usual=20?=(non-placement) deallocation function in C++14 (or with -fsized-deallocation) [-Wc++14-compat]
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Jan 28 09:14:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64828
Bug ID: 64828
Summary: libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning:
‘void operator delete [](void*, std::size_t)’ is a
usual (non-placement) deallocation function in C++14
(or with -fsized-deallocation) [-Wc++14-compat]
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: ubizjak at gmail dot com
The build gained a new warning some time ago:
libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: ‘void operator delete
[](void*, std::size_t)’ is a usual (non-placement) deallocation function in
C++14 (or with -fsized-deallocation) [-Wc++14-compat]
More information about the Gcc-bugs
mailing list