-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Use of deprecated implicit copy constructor #42
Comments
Dear @gnzlbg, thanks for reporting! It sure looks like a bug. I shall have a look once I'm back from holidays. All the best |
I currently found no elegant solution to the floating point comparison, and I am not yet sure whether this is an actual issue, because I don't want to do arithmetic inside the JSON values, but only check if two JSON numbers encode the same value... Any comments? |
|
Thanks! |
Sync Fork from Upstream Repo
Appears when
-Wdeprecated
is enabled on clang.There are also some warnings involving floating point comparisons when
Wfloat-equal
is enabled:The text was updated successfully, but these errors were encountered: