-
Notifications
You must be signed in to change notification settings - Fork 5
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule fmt
updated
10 files
+6 −0 | .github/issue_template.md | |
+0 −1 | CMakeLists.txt | |
+7 −7 | include/fmt/format-inl.h | |
+16 −13 | include/fmt/format.h | |
+16 −32 | support/cmake/cxx14.cmake | |
+3 −7 | test/CMakeLists.txt | |
+12 −0 | test/compile-error-test/CMakeLists.txt | |
+8 −0 | test/format-impl-test.cc | |
+6 −0 | test/format-test.cc | |
+1 −1 | test/gtest/CMakeLists.txt |
Submodule gtest
updated
18 files