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
swig: Modify Vars::detect_release to return char *
The original `Vars::detect_release` returns `std::unique_ptr<std::string>`
This makes it complicated for wrapping into other languages.
The modified version returns `char *` - a standard C string.
0 commit comments