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
Note that there's a missing "," in hello invocation.
It should be cxxbridge05$A$hello(*this, &return$.value); instead of cxxbridge05$A$hello(*this&return$.value);
The text was updated successfully, but these errors were encountered:
XiangpengHao
changed the title
Bug on methods on shared structs
Bug when defining methods on shared structs
Nov 10, 2020
Then run
We get:
Note that there's a missing "," in hello invocation.
It should be
cxxbridge05$A$hello(*this, &return$.value);
instead ofcxxbridge05$A$hello(*this&return$.value);
The text was updated successfully, but these errors were encountered: