https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58876
DB <db0451 at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |db0451 at gmail dot com
--- Comment #10 from DB <db0451 at gmail dot com> ---
Sorry to pester, but is this likely to get anywhere, any time soon? I fixed a
bug in one of my projects recently by using AddressSanitizer, which this
would've caught if it warned on non-polymorphic deletion via unique_ptr<base>,
so it'd be nice to see.
I presume the same goes for std::shared_ptr, too.