March 30, 2019
https://issues.dlang.org/show_bug.cgi?id=12330

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Basile-z created dlang/druntime pull request #2532 "fix issue 12330 - array.reserve at compile time too" fixing this issue:

- fix issue 12330 - array.reserve at compile time too

  makes reserve() a noop at compile-time allowing to CTFE

https://github.com/dlang/druntime/pull/2532

--
March 30, 2019
https://issues.dlang.org/show_bug.cgi?id=12330

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/druntime pull request #2532 "fix issue 12330 - array.reserve at compile time too" was merged into master:

- e3c7e49653251661370a1ba21629b2d412874ab2 by Basile Burg:
  fix issue 12330 - array.reserve at compile time too

  makes reserve() a noop at compile-time allowing to CTFE

https://github.com/dlang/druntime/pull/2532

--