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

No Input Argument Constructor Requirement #31

Open jaeandersson opened 9 years ago

jaeandersson commented 9 years ago

I wasn't aware of the "No Input Argument Constructor Requirement" in MATLAB, but it could be pretty useful in the context of SWIG, cf.

http://es.mathworks.com/help/matlab/matlab_oop/class-constructor-methods.html#btn2kiy

This would motivate getting rid of the current constructor which takes a pointer and simply rely on the default constructor.

jaeandersson commented 9 years ago

Closing wontfix for now. Reopen if needed.

jaeandersson commented 8 years ago

I'm reopening this issue for reasons of speed, debuggability, cleanness of code.