-
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.
Merge pull request #886 from AMS21/dependabot/submodules/external/fmt…
…-891c9a7 Bump external/fmt from `527e98e` to `891c9a7`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fmt
updated
15 files
+3 −3 | doc/api.md | |
+1 −1 | doc/syntax.md | |
+68 −105 | include/fmt/base.h | |
+47 −41 | include/fmt/chrono.h | |
+8 −4 | include/fmt/format-inl.h | |
+87 −99 | include/fmt/format.h | |
+5 −28 | include/fmt/ranges.h | |
+41 −10 | include/fmt/std.h | |
+11 −16 | include/fmt/xchar.h | |
+1 −0 | src/format.cc | |
+1 −1 | src/os.cc | |
+3 −3 | test/base-test.cc | |
+31 −0 | test/chrono-test.cc | |
+2 −0 | test/format-test.cc | |
+11 −2 | test/std-test.cc |