June 14, 2020
https://issues.dlang.org/show_bug.cgi?id=20929

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Just-Harry created dlang/phobos pull request #7530 "Fix issue 20929 - std.experimental.allocator.expandArray's range-based overload fails to instantiate for char and wchar arrays." fixing this issue:

- Fix issue 20929

  std.experimental.allocator.expandArray's range-based overload fails to
  instantiate for char and wchar arrays.

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

--
June 19, 2020
https://issues.dlang.org/show_bug.cgi?id=20929

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 #7530 "Fix issue 20929 - std.experimental.allocator.expandArray's range-based overload fails to instantiate for char and wchar arrays." was merged into master:

- 86e2d75187f83495cd92b2699f93d8f4ba6e7137 by Harry Gillanders:
  Fix issue 20929

  std.experimental.allocator.expandArray's range-based overload fails to
  instantiate for char and wchar arrays.

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

--