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

pynih can't wrap function with const(void)[] parameter #159

Open
atilaneves opened this issue Nov 21, 2019 · 1 comment
Open

pynih can't wrap function with const(void)[] parameter #159

atilaneves opened this issue Nov 21, 2019 · 1 comment
Labels
pyd PyD limitation / bug Python Relates to the python part of autowrap

Comments

@atilaneves
Copy link
Collaborator

struct Socket {
    void send(const(void)[]);
}
@atilaneves atilaneves added the Python Relates to the python part of autowrap label Nov 21, 2019
atilaneves added a commit to atilaneves/autowrap that referenced this issue Nov 21, 2019
atilaneves added a commit that referenced this issue Nov 21, 2019
pynih no longer suffers from #159
@atilaneves
Copy link
Collaborator Author

Fixed for pynih by #160

@atilaneves atilaneves added the pyd PyD limitation / bug label Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pyd PyD limitation / bug Python Relates to the python part of autowrap
Projects
None yet
Development

No branches or pull requests

1 participant