forked from monero-project/monero
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Includes various rapidjson fixes.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rapidjson
updated
10 files
+27 −27 | include/rapidjson/encodings.h | |
+1 −1 | include/rapidjson/internal/biginteger.h | |
+24 −11 | include/rapidjson/internal/diyfp.h | |
+59 −38 | include/rapidjson/internal/strtod.h | |
+11 −4 | include/rapidjson/rapidjson.h | |
+7 −2 | include/rapidjson/reader.h | |
+13 −2 | include/rapidjson/schema.h | |
+5 −0 | test/unittest/bigintegertest.cpp | |
+302 −8 | test/unittest/readertest.cpp | |
+27 −0 | test/unittest/schematest.cpp |