update rapidjson
This commit is contained in:
2
external/rapidjson/internal/diyfp.h
vendored
2
external/rapidjson/internal/diyfp.h
vendored
@@ -41,7 +41,7 @@ RAPIDJSON_DIAG_OFF(padded)
|
||||
#endif
|
||||
|
||||
struct DiyFp {
|
||||
DiyFp() {}
|
||||
DiyFp() : f(), e() {}
|
||||
|
||||
DiyFp(uint64_t fp, int exp) : f(fp), e(exp) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user