Thread overview
[Issue 19048] In core.internal.hash.hashOf reduce template bloat: remove `auto ref` where unneeded and add `const` where possible
Jul 02, 2018
Nathan S.
Jul 02, 2018
Nathan S.
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19048

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|In                          |In
                   |core.internal.hash.hashOf   |core.internal.hash.hashOf
                   |to reduce template bloat    |reduce template bloat:
                   |remove `auto ref` when it's |remove `auto ref` where
                   |not needed                  |unneeded and add `const`
                   |                            |where possible

--
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19048

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Pull request: https://github.com/dlang/druntime/pull/2238

--
July 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19048

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/c8196245ce0aedbc984238b160ad4aa6b936e652 Fix Issue 19048 - In core.internal.hash.hashOf reduce template bloat: remove `auto ref` where unneeded and add `const` where possible

https://github.com/dlang/druntime/commit/b5d124a84e6bebc5214ef687e9b393b7af5ebfb5 Merge pull request #2238 from n8sh/core-hash-19048

Fix Issue 19048 - In core.internal.hash.hashOf reduce template bloat: remove
`auto ref` where unneeded and add `const` where possible
merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>

--
July 03, 2018
https://issues.dlang.org/show_bug.cgi?id=19048

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--