-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fast_float
updated
9 files
+4 −4 | .github/workflows/ubuntu24.yml | |
+1 −1 | CMakeLists.txt | |
+7 −9 | README.md | |
+0 −18 | include/fast_float/ascii_number.h | |
+3 −2 | include/fast_float/decimal_to_binary.h | |
+1 −1 | include/fast_float/float_common.h | |
+41 −22 | include/fast_float/parse_number.h | |
+3 −3 | script/release.py | |
+37 −12 | tests/json_fmt.cpp |