September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14999

--- Comment #1 from Răzvan Ștefănescu <rumbu@rumbu.ro> ---
Forgot the version: D2 2.068.0

Compiles successfully with D2 2.067.0

--
January 17, 2016
https://issues.dlang.org/show_bug.cgi?id=14999

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |code@dawg.eu
         Resolution|---                         |WONTFIX

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
DMD currently uses a lot of memory when compiling many modules at once, there
is no simple solution to this.
You can use the latest vibe.d version 0.7.27 which is split into submodules and
should require less memory to compile.

--