-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support for std::set
and std::list
#15
Comments
However |
Hm, I guess you're right. But isn't it just a matter of providing an interface matching the JS |
This you can already do: you can simply wrap |
Sorry to bother you again... :P
It appears that
std::set
andstd::list
are not supported for JavaScript, although they are supported for languages such as Java, Ruby and Python. Would it be too difficult to implement this feature? I would definitely tackle this myself if I had enough knowledge of the SWIG codebase. If you can give me some pointers, I could give it a shot.The text was updated successfully, but these errors were encountered: