https://issues.dlang.org/show_bug.cgi?id=23737
--- Comment #1 from Richard Cattermole <[email protected]> --- https://github.com/dlang/phobos/pull/8698 Only covers the removal of formattedWrite. The problem with wordMatcher is that you actually want it to be memorized, so this particular bit of code is correct and desirable even if it slows down build times significantly, we may want improvements to CTFE engine instead as a solution to it. --
