You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, that's right. I'm not sure what calling convention do compilers use for constructors, and similar, so right now they aren't parsed.
I haven't (nor plan in the short term) tried to figure out a way to call a C++ constructor from rust directly. Hopefully they use something like placement new under the hood and we can call them, but...
Please correct me if I'm wrong, but looks like we don't support constructor yet?
The text was updated successfully, but these errors were encountered: