compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
37 stars 21 forks source link

Implement construct and destruct interfaces. #74

Closed vgvassilev closed 1 year ago

vgvassilev commented 1 year ago

These interfaces are responsible for object creation and destruction calling the relevant constructors/destructors.

Fixes #16. Fixes #17.