You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output for which is tree.empty() = 0. Apparently the m_size member of ryml::Tree is set to 1 after parsing.
How do I check if the input text contains no yaml nodes? Am I misusing rapidyaml?
The version I'm using is 0.4.1 (the latest release), built as a single header library.
The text was updated successfully, but these errors were encountered:
Let's not close this yet. This issue is something that should be addressed, at the very least by clarifying it in the docs, and preferably by having a behavior that is less surprising.
Hello!
I've got this use case for the rapidyaml library:
The output for which is
tree.empty() = 0
. Apparently them_size
member ofryml::Tree
is set to 1 after parsing.How do I check if the input text contains no yaml nodes? Am I misusing rapidyaml?
The version I'm using is 0.4.1 (the latest release), built as a single header library.
The text was updated successfully, but these errors were encountered: