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

Remove default print routine #71

Closed jaeandersson closed 8 years ago

jaeandersson commented 8 years ago

The current print routine makes little sense:

    function disp(self)
      disp(sprintf('<Swig object, ptr=%d>',self.swigPtr))
    end

Better just removing it resulting in:

SwigRef with no properties