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
Using std::shared_ptr results in a build failure due to swig not understanding what a shared pointer is. Adding %include "std_shared_ptr.i" to ./swig/trick_swig.i resolves this issue.
std_shared_ptr.i is provided by swig, so it doesn't result in any new dependencies.
The text was updated successfully, but these errors were encountered:
Using std::shared_ptr results in a build failure due to swig not understanding what a shared pointer is. Adding %include "std_shared_ptr.i" to ./swig/trick_swig.i resolves this issue.
std_shared_ptr.i is provided by swig, so it doesn't result in any new dependencies.
The text was updated successfully, but these errors were encountered: