File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 5
5
- Worked around an internal compiler error when using C++20 modules with GCC
6
6
14.2 and earlier (https://github.com/fmtlib/fmt/issues/4295 ).
7
7
8
+ - Worked around a bug in GCC 6 (https://github.com/fmtlib/fmt/issues/4318 ).
9
+
10
+ - Fixed an issue caused by instantiating ` formatter<const T> `
11
+ (https://github.com/fmtlib/fmt/issues/4303 ,
12
+ https://github.com/fmtlib/fmt/pull/4325 ). Thanks @timsong-cpp .
13
+
8
14
- Fixed formatting into ` std::ostreambuf_iterator ` when using format string
9
15
compilation (https://github.com/fmtlib/fmt/issues/4309 ,
10
16
https://github.com/fmtlib/fmt/pull/4312 ). Thanks @phprus .
11
17
18
+ - Restored a constraint on the map formatter so that it correctly reports as
19
+ unformattable when the element is (https://github.com/fmtlib/fmt/pull/4326 ).
20
+ Thanks @timsong-cpp .
21
+
12
22
- Reduced the size of format specs (https://github.com/fmtlib/fmt/issues/4298 ).
13
23
14
24
- Readded ` args() ` to ` fmt::format_context `
15
25
(https://github.com/fmtlib/fmt/issues/4307 ,
16
26
https://github.com/fmtlib/fmt/pull/4310 ). Thanks @Erroneous1 .
17
27
28
+ - Fixed a bogus MSVC warning (https://github.com/fmtlib/fmt/issues/4314 ,
29
+ https://github.com/fmtlib/fmt/pull/4322 ). Thanks @ZehMatt .
30
+
31
+ - Fixed a pedantic mode error in the CMake config
32
+ (https://github.com/fmtlib/fmt/pull/4327 ). Thanks @rlalik .
33
+
18
34
# 11.1.2 - 2025-01-12
19
35
20
36
- Fixed ABI compatibility with earlier 11.x versions
You can’t perform that action at this time.
0 commit comments