Replies: 1 comment
-
|
That would be cool to have eventually, it would definitely improve C++ interoperability |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
vtableof C++struct/classis very well defined. By emulating thevtablestructure of C++struct/class, some languages could interop with C++ in a limited way. What do you think about it?Beta Was this translation helpful? Give feedback.
All reactions