Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gsl_set_error_handler_off() does not return a gsl_error_handler_t #13

Open
leto opened this issue Aug 17, 2011 · 2 comments
Open

gsl_set_error_handler_off() does not return a gsl_error_handler_t #13

leto opened this issue Aug 17, 2011 · 2 comments
Labels

Comments

@leto
Copy link
Owner

leto commented Aug 17, 2011

why?

@leto
Copy link
Owner Author

leto commented Sep 30, 2016

This seems to be related to the fact that gsl_error_handler_t is a typedef.

@leto
Copy link
Owner Author

leto commented Sep 30, 2016

typedef definitions appearing in a SWIG interface are not propagated to the generated wrapper code.

The SWIG docs suggest something like:

%inline %{
typedef unsigned int size_t;
%}

djerius added a commit to djerius/math--gsl that referenced this issue Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant