-
Notifications
You must be signed in to change notification settings - Fork 31
Implement Construct Interface #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
vgvassilev
added a commit
to vgvassilev/CppInterOp
that referenced
this issue
Aug 5, 2023
These interfaces are responsible for object creation and destruction calling the relevant constructors/destructors. Fixes compiler-research#16. Fixes compiler-research#17.
vgvassilev
added a commit
to vgvassilev/CppInterOp
that referenced
this issue
Aug 5, 2023
These interfaces are responsible for object creation and destruction calling the relevant constructors/destructors. Fixes compiler-research#16. Fixes compiler-research#17.
vgvassilev
added a commit
to vgvassilev/CppInterOp
that referenced
this issue
Aug 5, 2023
These interfaces are responsible for object creation and destruction calling the relevant constructors/destructors. Fixes compiler-research#16. Fixes compiler-research#17.
vgvassilev
added a commit
to vgvassilev/CppInterOp
that referenced
this issue
Aug 6, 2023
These interfaces are responsible for object creation and destruction calling the relevant constructors/destructors. Fixes compiler-research#16. Fixes compiler-research#17.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the unittests we have a test constructing an object. We should provide the relevant implementation for it.
https://github.com/compiler-research/InterOp/blob/a16dedef4d8fa7d5833b179954c073726016d4bf/unittests/InterOp/FunctionReflectionTest.cpp#L654-L672
The text was updated successfully, but these errors were encountered: