Replies: 1 comment
-
Completed in #203. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Currently, deserializing YAML sequence nodes only supports the
fkyaml::basic_node<...>::sequence_type
type.When attempting specialization for an array of user-defined type, a user must call the specialization within a for-loop.
This topic will try to resolve the issue described above.
Beta Was this translation helpful? Give feedback.
All reactions