February 20, 2019
https://issues.dlang.org/show_bug.cgi?id=19689

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #6873 "Fix issue 19689: don't use recursive template parameter iteration in std.traits." fixing this issue:

- Fix issue 19689: don't use recursive template parameter iteration in
std.traits.
  Pull inner Impl templates out into std.traits so they're only instantiated
once.
  Use anySatisfy, staticMap instead of manually recursing.

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

--
February 26, 2019
https://issues.dlang.org/show_bug.cgi?id=19689

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 #6873 "Fix issue 19689: don't use recursive template parameter iteration in std.traits." was merged into master:

- 8f24c53ec7e0c1900e724877e7a8c322b3e5c721 by Mathis Beer:
  Fix issue 19689: don't use recursive template parameter iteration in
std.traits.
  Pull inner Impl templates out into std.traits so they're only instantiated
once.
  Use anySatisfy, staticMap instead of manually recursing.

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

--