July 13, 2022
https://issues.dlang.org/show_bug.cgi?id=23245

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus created dlang/phobos pull request #8507 "Fix 23245, 23246 - std.format regressions" fixing this issue:

- Fix 23245 - std.format ignores non-const toString method of static array element

https://github.com/dlang/phobos/pull/8507

--
July 13, 2022
https://issues.dlang.org/show_bug.cgi?id=23245

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8507 "Fix 23245, 23246 - std.format regressions" was merged into master:

- e1ba05dab1853478c1a05ed8655df4017fed9ad9 by Paul Backus:
  Fix 23245 - std.format ignores non-const toString method of static array
element

https://github.com/dlang/phobos/pull/8507

--