-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7dfc343
commit 07e4563
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fmt
updated
15 files
+2 −1 | CMakeLists.txt | |
+15 −5 | doc/api.rst | |
+66 −127 | include/fmt/chrono.h | |
+4 −81 | include/fmt/compile.h | |
+12 −9 | include/fmt/core.h | |
+89 −52 | include/fmt/format.h | |
+5 −2 | include/fmt/ranges.h | |
+65 −35 | include/fmt/std.h | |
+3 −3 | test/chrono-test.cc | |
+0 −32 | test/compile-test.cc | |
+9 −9 | test/core-test.cc | |
+3 −4 | test/format-test.cc | |
+30 −0 | test/ranges-test.cc | |
+1 −3 | test/scan.h | |
+13 −11 | test/std-test.cc |