compiler warning #2341
Labels
state: please discuss
please discuss the issue or vote for your favorite option
state: stale
the issue has not been updated in a while and will be closed automatically soon unless it is updated
json.hpp:15411:15; warning: comparing floating-point with '==' or '!=' is unsafe[-Wsafe-equal]
if(value==0) //+-0
not sure if this is a really bug but if value is a float then it should not compare to 0 directly.
The text was updated successfully, but these errors were encountered: