DetachedSong: don't declare empty destructor
An explicit destructor prevents usage of implicit move operators, even
if it's empty. Therefore, declaring a defaulted destructor with GCC
attribute "noinline" does what we want without preventing those
implicit operators.
Showing
Please
register
or
sign in
to comment