December 31, 2019
https://issues.dlang.org/show_bug.cgi?id=20474

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #10704 "Fix Issue 20474 - Deprecation warnings inside deprecated function template" fixing this issue:

- Fix Issue 20474 - Deprecation warnings inside deprecated function template

  The scopes used for evaluating the parameters and body were never marked as
  deprecated.

https://github.com/dlang/dmd/pull/10704

--
January 03, 2020
https://issues.dlang.org/show_bug.cgi?id=20474

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/dmd pull request #10704 "Fix Issue 20474 - Deprecation warnings inside deprecated function template" was merged into master:

- 03aa389265bd1a3e496d0003f981352563c255e5 by MoonlightSentinel:
  Fix Issue 20474 - Deprecation warnings inside deprecated function template

  The scopes used for evaluating the parameters and body were never marked as
  deprecated.

https://github.com/dlang/dmd/pull/10704

--