Skip to content
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

FBE::JSON::ChildNodeReader small bug with RapidJson v1.1.0 #72

Closed
PengyiPan opened this issue Sep 22, 2022 · 1 comment
Closed

FBE::JSON::ChildNodeReader small bug with RapidJson v1.1.0 #72

PengyiPan opened this issue Sep 22, 2022 · 1 comment

Comments

@PengyiPan
Copy link

Using latest RapidJson v1.1.0

In the generate fbe_json.h, under struct ChildNodeReader, the last line should be

... member->value.GetObject(), ...
instread of
... member->value.GetObj(), ...

Cheers

chronoxor added a commit that referenced this issue Sep 23, 2022
@chronoxor
Copy link
Owner

Thanks for reporting! Fixed in 1.12.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants