On the case of using list type data inside a map #54
Closed
james5haumor
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi! Thank you for reaching out! This is an oversight on my part. I have not implemented a TypeHandler for std::list. I will implement this when I have the chance, in the meantime you can use a std::vector instead of the std::list. It will most likely be more performant as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a situation like this:
But when compiling the code, it throws an error. Is it currently not supported to handle this type of structure? 😭
Beta Was this translation helpful? Give feedback.
All reactions