-
Notifications
You must be signed in to change notification settings - Fork 115
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
[Bug] rfl::DefaultIfMissing
omits vector entries
#367
Comments
Thanks for reporting. This one is interesting. |
liuzicheng1987
added a commit
that referenced
this issue
Mar 1, 2025
liuzicheng1987
added a commit
that referenced
this issue
Mar 1, 2025
@fengelniederhammer , issue resolved thanks for reporting |
Great, thanks for fast response! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this library - it looks very promising and pretty much exactly like what I've been looking for!
I've been playing around with it a little to see whether it fits a use case that I'm investigating. I found that when using
rfl::DefaultIfMissing
,rfl::xml::read
would omit entries of a vector. I was able to reproduce the issue in a minimal example:which yields
As you can see,
Child: first child
is missing.(In case it matters: I was using Windows 11 with Visual Studio 2022)
The text was updated successfully, but these errors were encountered: