https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97561
--- Comment #3 from stinkingmadgod at gmail dot com ---
Thanks for the link.
I was attempting to create a type-erased task type where the handles in one
case was be passed in as a std::coroutine_handle<>& to avoid using
std::function and the like
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97561
--- Comment #2 from Jonathan Wakely ---
Do you have a real world use case where the inheritance is actually required?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97561
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---