mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 04:36:06 -04:00
update rapidjson
This commit is contained in:
parent
2846d0850d
commit
f62ebc5c81
31 changed files with 11484 additions and 6950 deletions
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) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue