jaeandersson / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
23 stars 19 forks source link

Added Standard Shared Pointer for Matlab #94

Open CameronDevine opened 6 years ago

CameronDevine commented 6 years ago

I needed to wrap code which uses std::shared_ptr. The file added is identical to the python std_shared_ptr.i file.

KrisThielemans commented 2 years ago

@jaeandersson please merge