swig icon indicating copy to clipboard operation
swig copied to clipboard

No Input Argument Constructor Requirement

Open jaeandersson opened this issue 9 years ago • 2 comments

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 avatar Jul 01 '15 06:07 jaeandersson

Closing wontfix for now. Reopen if needed.

jaeandersson avatar Sep 06 '15 09:09 jaeandersson

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

jaeandersson avatar Jul 07 '16 01:07 jaeandersson