|
26 | 26 |
|
27 | 27 | - Added demangling support (used in exception and `std::type_info` formatters) |
28 | 28 | for libc++ and clang-cl |
29 | | - (https://github.com/fmtlib/fmt/pull/4560, |
| 29 | + (https://github.com/fmtlib/fmt/issues/4542, |
| 30 | + https://github.com/fmtlib/fmt/pull/4560, |
30 | 31 | https://github.com/fmtlib/fmt/issues/4568, |
31 | 32 | https://github.com/fmtlib/fmt/pull/4571). |
32 | 33 | Thanks @FatihBAKIR and @rohitsutreja. |
|
38 | 39 | - Made the `FMT_USE_CONSTEVAL` macro configurable by users |
39 | 40 | (https://github.com/fmtlib/fmt/pull/4546). Thanks @SnapperTT. |
40 | 41 |
|
| 42 | +- Fixed compilation with locale disabled in the header-only mode |
| 43 | + (https://github.com/fmtlib/fmt/issues/4550). |
| 44 | + |
| 45 | +- Fixed compilation with clang 21 and `-std=c++20` |
| 46 | + (https://github.com/fmtlib/fmt/issues/4552). |
| 47 | + |
41 | 48 | - Fixed a dynamic linking issue with clang-cl |
42 | 49 | (https://github.com/fmtlib/fmt/issues/4576, |
43 | 50 | https://github.com/fmtlib/fmt/pull/4584). Thanks @FatihBAKIR. |
|
55 | 62 | Thanks @LiangHuDream and @teruyamato0731. |
56 | 63 |
|
57 | 64 | - Improved documentation |
58 | | - (https://github.com/fmtlib/fmt/pull/4551, |
| 65 | + (https://github.com/fmtlib/fmt/issues/4549, |
| 66 | + https://github.com/fmtlib/fmt/pull/4551, |
59 | 67 | https://github.com/fmtlib/fmt/issues/4566, |
60 | 68 | https://github.com/fmtlib/fmt/pull/4567, |
61 | 69 | https://github.com/fmtlib/fmt/pull/4578,). |
|
0 commit comments