File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- Fixed compilation on GCC 9.4 (https://github.com/fmtlib/fmt/issues/4313 ).
4
4
5
- - Worked around an internal compiler error when using C++20 modules with gcc
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
8
- Fixed formatting into ` std::ostreambuf_iterator ` when using format string
9
9
compilation (https://github.com/fmtlib/fmt/issues/4309 ,
10
10
https://github.com/fmtlib/fmt/pull/4312 ). Thanks @phprus .
11
11
12
- - Reduced size of format specs (https://github.com/fmtlib/fmt/issues/4298 ).
12
+ - Reduced the size of format specs (https://github.com/fmtlib/fmt/issues/4298 ).
13
13
14
14
- Readded ` args() ` to ` fmt::format_context `
15
15
(https://github.com/fmtlib/fmt/issues/4307 ,
You can’t perform that action at this time.
0 commit comments