update rapidjson

This commit is contained in:
Riccardo Spagni
2016-09-17 09:35:49 +02:00
parent 2846d0850d
commit f62ebc5c81
31 changed files with 11484 additions and 6950 deletions

View File

@@ -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) {}