We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff9c69 commit f90090bCopy full SHA for f90090b
ChangeLog.md
@@ -2,6 +2,19 @@
2
3
- Fixed compilation on GCC 9.4 (https://github.com/fmtlib/fmt/issues/4313).
4
5
+- Worked around an internal compiler error when using C++20 modules with gcc
6
+ 14.2 and earlier (https://github.com/fmtlib/fmt/issues/4295).
7
+
8
+- Fixed formatting into `std::ostreambuf_iterator` when using format string
9
+ compilation (https://github.com/fmtlib/fmt/issues/4309,
10
+ https://github.com/fmtlib/fmt/pull/4312). Thanks @phprus.
11
12
+- Reduced size of format specs (https://github.com/fmtlib/fmt/issues/4298).
13
14
+- Readded `args()` to `fmt::format_context`
15
+ (https://github.com/fmtlib/fmt/issues/4307,
16
+ https://github.com/fmtlib/fmt/pull/4310). Thanks @Erroneous1.
17
18
# 11.1.2 - 2025-01-12
19
20
- Fixed ABI compatibility with earlier 11.x versions
0 commit comments