Thread overview
[Issue 19262] hashOf associative array should infer nothrow
Oct 06, 2018
Nathan S.
Oct 06, 2018
Nathan S.
October 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19262

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|core.internal.hash.hashOf   |hashOf associative array
                   |associative array should    |should infer nothrow
                   |infer nothrow               |

--
October 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19262

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

--
October 07, 2018
https://issues.dlang.org/show_bug.cgi?id=19262

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

https://github.com/dlang/druntime/commit/050ad81f24e1543f409cc0280e9f5d0c81193eea Fix Issue 19262 - hashOf associative array should infer nothrow

https://github.com/dlang/druntime/commit/f60615f47acd84786c0866a4688e2bdbaf5e7815 Merge pull request #2323 from n8sh/issue-19262

Fix Issue 19262 - hashOf associative array should infer nothrow merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>

--
October 07, 2018
https://issues.dlang.org/show_bug.cgi?id=19262

github-bugzilla@puremagic.com changed:

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

--