February 01
https://issues.dlang.org/show_bug.cgi?id=24364

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |link-failure
                 CC|                            |alphaglosined@gmail.com
            Summary|Compilation failure when    |Template emission failure:
                   |std.format and ctRegex used |missing switch error symbol
                   |in proximity                |in std.uni

--
February 01
https://issues.dlang.org/show_bug.cgi?id=24364

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2
           Hardware|x86_64                      |All
                 OS|Windows                     |All

--- Comment #1 from Richard Cattermole <alphaglosined@gmail.com> ---
This can be worked around by applying ``-allinst`` to require the compiler to emit all templates.

--