[Bug c++/95759] Sized deallocation function can not be matched
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 19 09:03:20 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95759
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|libstdc++ |c++
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
If you test with a class type that has a non-trivial destructor you'll see the
sized deallocation function being called.
More information about the Gcc-bugs
mailing list