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++/69879] Create a pointer to the default operator new and delete


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69879

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Gabriel Ibarra from comment #2)
> I had to add the new functions in the gnu.ver in order to be acceded from
> the application. They were added in the GLIBCXX_3.4.22 section, is it the
> right place?

No, it needs to be a new GLIBCXX_3.4.23 version, since this change can't be
applied until after GCC 6 releases with the 3.4.22 version.

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