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
We believe to have found an issue when trying to get an optional shared pointer to a base class, when instead the object is another usertype that was exposed by value. If the actual object (usertype) is exposed as unique_ptr no segfault happens.
We believe to have found an issue when trying to get an optional shared pointer to a base class, when instead the object is another usertype that was exposed by value. If the actual object (usertype) is exposed as unique_ptr no segfault happens.
Example
Sol version 3.2.1
Lua 5.3.5
The text was updated successfully, but these errors were encountered: