|
17 | 17 | (https://github.com/fmtlib/fmt/issues/3403, |
18 | 18 | https://github.com/fmtlib/fmt/pull/4456). Thanks @msvetkin. |
19 | 19 |
|
20 | | -- Improved C++20 module support |
21 | | - (https://github.com/fmtlib/fmt/pull/4451, |
22 | | - https://github.com/fmtlib/fmt/pull/4459, |
23 | | - https://github.com/fmtlib/fmt/pull/4476, |
24 | | - https://github.com/fmtlib/fmt/pull/4488, |
25 | | - https://github.com/fmtlib/fmt/issues/4491, |
26 | | - https://github.com/fmtlib/fmt/pull/4495). |
27 | | - Thanks @arBmind, @tkhyn, @Mishura4, @anonymouspc and @autoantwort. |
28 | | -
|
29 | 20 | - Added `FMT_STATIC_FORMAT` that allows formatting into a string of the exact |
30 | 21 | required size at compile time. |
31 | 22 |
|
|
47 | 38 | It can be accessed as a C string with `s.c_str()` or as a string view with |
48 | 39 | `s.str()`. |
49 | 40 |
|
| 41 | +- Improved C++20 module support |
| 42 | + (https://github.com/fmtlib/fmt/pull/4451, |
| 43 | + https://github.com/fmtlib/fmt/pull/4459, |
| 44 | + https://github.com/fmtlib/fmt/pull/4476, |
| 45 | + https://github.com/fmtlib/fmt/pull/4488, |
| 46 | + https://github.com/fmtlib/fmt/issues/4491, |
| 47 | + https://github.com/fmtlib/fmt/pull/4495). |
| 48 | + Thanks @arBmind, @tkhyn, @Mishura4, @anonymouspc and @autoantwort. |
| 49 | + |
50 | 50 | - Switched to using estimated display width in precision. For example: |
51 | 51 |
|
52 | 52 | ```c++ |
|
0 commit comments