Add support for (inlined) destructors #12
Labels
Area-OutputGeneration
Issues concerning the process of generating output from Biohazrd
Concept-Correctness
Issues concerning the correctness of the translation from an ABI perspective
Concept-CppFeatures
Issues concerning unsupported C++ features
Concept-OutputUsability
Issues concerning whether or not the output from Biohazrd is actually usable
Language-C#
Issues specific to C#
There isn't a way I'm aware of to convince MSVC or Clang to export an inline destructor without modifying its definition.
Destructors were disabled from module definition generation entirely (even non-inline ones) in the prototype and it's unclear exactly why that is.
Worth noting: Virtual destructors are always available in the output.
The text was updated successfully, but these errors were encountered: