You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what's the issue. Is it that T is used instead of T*? The type declaration seems fine, although maybe in those cases declaring the struct as struct T (without declaring S) should be good?
When generating binding for igraph see
https://github.com/igraph/igraph/blob/a98fccd3fb2a9f67551a09d4159ef268ee62c658/include/igraph_datatype.h
This code is translated into
And then uses T* whenever functions indeed expect S_. When we replace all T_ with S*, the code works.
The text was updated successfully, but these errors were encountered: