-
Notifications
You must be signed in to change notification settings - Fork 36
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
compiler error in rapidjson/document.h #130
Comments
the error comes up with GCC 14.2.0, but not with GCC 8.5.0 |
GCC 13.2.0 compiles the code as well. The issue is related to an out-of-date version of RapidJSON. This has partially been addressed in #120, allowing to specify a more up to date version of RapidJSON. |
1 task
mpatrascoiu
changed the title
compiler error in document.h
compiler error in rapidjson/document.h
Dec 4, 2024
This was referenced Dec 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to compile davix as part of ROOT, I get the following error message related to document.h:319:
I agree that the line looks strange,
length
is aconst SizeType
member and should not be assigned. Also, I wonder if the missing return statement could create bugs.The text was updated successfully, but these errors were encountered: