-
Notifications
You must be signed in to change notification settings - Fork 22
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
Enable maps of wrapped classes #143
Comments
Done in #124 |
I'm still seeing this issue using a version of autowrap with #124 merged,
|
Can you add a PR with a MWE as test that shows this behaviour? |
Ok, while checking the code, it is obvious that the support was only added for the input_conversion. |
Autowrap currently doesn't allow the wrapping of maps that have keys that are themselves wrapped. ("Converter can not handle wrapped classes as keys and values in map"). This should be added for ID Datastructure wrapping.
The text was updated successfully, but these errors were encountered: