Fix #533
This commit is contained in:
parent
935e2ef7ed
commit
7e383864c7
@ -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) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user