Commit 7e383864 authored by Milo Yip's avatar Milo Yip

Fix #533

parent 935e2ef7
...@@ -41,7 +41,7 @@ RAPIDJSON_DIAG_OFF(padded) ...@@ -41,7 +41,7 @@ RAPIDJSON_DIAG_OFF(padded)
#endif #endif
struct DiyFp { struct DiyFp {
DiyFp() {} DiyFp() : f(), e() {}
DiyFp(uint64_t fp, int exp) : f(fp), e(exp) {} DiyFp(uint64_t fp, int exp) : f(fp), e(exp) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment