Menu

#767 Standard OUTPUT typemaps are broken, at least in Perl

closed-works-for-me
perl (97)
5
2011-02-06
2006-11-07
No

The basic OUTPUT typemaps seem broken.
%module bug;
%include "typemaps.i"
void test(int *OUTPUT);

In 1.3.29 with -c++ -perl it wraps test's output as
an argout - but as an SWIGTYPE_p_int argout.

Discussion

  • William Fulton

    William Fulton - 2011-02-06

    Not sure when this was fixed, but 1.3.36 and 2.0.1 work.

     
  • William Fulton

    William Fulton - 2011-02-06
    • assigned_to: nobody --> wsfulton
    • status: open --> closed-works-for-me
     

Log in to post a comment.