shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
25 stars 3 forks source link

grab refcount doesn't work (compile) for versions before 7 #38

Closed shsajjadi closed 3 months ago

shsajjadi commented 3 months ago

A regression that prevents grabbing the refcount because a c++ function is called from a void pointer. A static_cast is needed.

shsajjadi commented 3 months ago

Fixed here 392d91.