swig / 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
5.93k stars 1.26k forks source link

shared_ptr for Perl5 #664

Open ghost opened 8 years ago

ghost commented 8 years ago

I see shared_ptr is supported for Python, Ruby and other languages. I wonder if it can be supported for Perl. Thanks!

ojwb commented 8 years ago

There shouldn't be any fundamental reason why it can't be supported - it just needs someone to come up with a patch.