• Max Kellermann's avatar
    DetachedSong: don't declare empty destructor · 332baa4f
    Max Kellermann authored
    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.
    332baa4f
DetachedSong.cxx 1.79 KB