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
Hi, thanks for the cool lib.
I have a question with a userdata objects.
For sample:
--lua code
"userdataObj = userdataObj + 2"
Code works fine with your wrapper. There is an overloaded operator __add, it is called well.
But this is called the copy constructor. How do I invoke the assignment operator instead?
Two construct objects is too much for this operation )))
The text was updated successfully, but these errors were encountered:
Hi, thanks for the cool lib.
I have a question with a userdata objects.
For sample:
--lua code
"userdataObj = userdataObj + 2"
Code works fine with your wrapper. There is an overloaded operator __add, it is called well.
But this is called the copy constructor. How do I invoke the assignment operator instead?
Two construct objects is too much for this operation )))
The text was updated successfully, but these errors were encountered: