Skip to content
  • Kenneth Moreland's avatar
    Explicitly implement constructors and destructors · 77ecfbeb
    Kenneth Moreland authored
    The clang compiler was running into linker errors constructors of
    classes with virtual methods that were inline and destructors that were
    not declared at all. In this case, the compiler was not creating
    everything needed by a virtual table and the link died.
    77ecfbeb