https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121614
Sam Gardner <samuelgardner101 at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |samuelgardner101 at gmail dot
com
--- Comment #7 from Sam Gardner <samuelgardner101 at gmail dot com> ---
Hi,
I'm still seeing this in some classes I have in a large project. Unsure as to
why it only applies to some classes, but it means I have to put the destructor
definition `=default` into the .ixx interface file, which requires more import
statements due to unique pointer destruction. Are there any updates on a
possible solution to this?
Thanks.