-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
boost-commitbot
committed
Jan 16, 2025
1 parent
0ce007d
commit c76b507
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule locale
updated
13 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | build/Jamfile.v2 | |
+46 −17 | src/icu/formatter.cpp | |
+6 −0 | src/icu/formatter.hpp | |
+16 −25 | src/icu/numeric.cpp | |
+118 −0 | src/util/numeric_conversion.hpp | |
+55 −13 | test/formatting_common.hpp | |
+0 −2 | test/show_config.cpp | |
+61 −2 | test/test_formatting.cpp | |
+4 −1 | test/test_posix_formatting.cpp | |
+3 −1 | test/test_std_formatting.cpp | |
+137 −2 | test/test_util_numeric_convert.cpp | |
+1 −0 | test/test_winapi_formatting.cpp |