File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 9
9
- Moved ` is_compiled_string ` to the public API
10
10
(https://github.com/fmtlib/fmt/issues/4342 ). Thanks @SwooshyCueb .
11
11
12
+ - Simplified implementation of ` operator""_cf `
13
+ (https://github.com/fmtlib/fmt/pull/4349 ). Thanks @LocalSpook .
14
+
12
15
- Fixed ` __builtin_strlen ` detection (https://github.com/fmtlib/fmt/pull/4329 ).
13
16
Thanks @LocalSpook .
14
17
15
- - Fixed gcc 8.3 compile errors (https://github.com/fmtlib/fmt/pull/4336 ).
16
- Thanks @sergiud .
18
+ - Fixed handling of BMI paths with the Ninja generator
19
+ (https://github.com/fmtlib/fmt/pull/4344 ). Thanks @tkhyn .
20
+
21
+ - Fixed gcc 8.3 compile errors (https://github.com/fmtlib/fmt/issues/4331 ,
22
+ https://github.com/fmtlib/fmt/pull/4336 ). Thanks @sergiud .
23
+
24
+ - Fixed a bogus MSVC warning (https://github.com/fmtlib/fmt/pull/4356 ).
25
+ Thanks @dinomight .
17
26
18
27
# 11.1.3 - 2025-01-25
19
28
You can’t perform that action at this time.
0 commit comments