This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/64828] New: 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]


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]

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]