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

std::any #2633

Closed
AlexanderZvyagin opened this issue Sep 28, 2018 · 1 comment · Fixed by #5314
Closed

std::any #2633

AlexanderZvyagin opened this issue Sep 28, 2018 · 1 comment · Fixed by #5314

Comments

@AlexanderZvyagin
Copy link

I just wonder, how difficult it is to add std::any support to cython?!

@scoder
Copy link
Contributor

scoder commented Sep 29, 2018

I would suggest you try adding it to the Cython/Includes/libcpp/ directory as a new .pxd file and see how far you get with it. Then we know what else needs solving. Treating it as an arbitrary C++ type in Cython for now might already help with some use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants