Thread overview
[Issue 18142] checkedint opOpAssign doesn't accept a checkedint
Apr 04, 2018
Andrei Vasile
Aug 29, 2018
|
April 04, 2018
https://issues.dlang.org/show_bug.cgi?id=18142

Andrei Vasile <andrei.vasile97@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei.vasile97@gmail.com
           Assignee|nobody@puremagic.com        |andrei.vasile97@gmail.com

--
August 29, 2018
https://issues.dlang.org/show_bug.cgi?id=18142

| <dhasenan@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|andrei.vasile97@gmail.com   |dhasenan@gmail.com

--- Comment #1 from | <dhasenan@gmail.com> ---
PR: https://github.com/dlang/phobos/pull/6685

--
September 01, 2018
https://issues.dlang.org/show_bug.cgi?id=18142

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

https://github.com/dlang/phobos/commit/2ca2824f7ec5da981ae676060f2c0cfde7f06eaf Fix issue 18142 - checkint opOpAssign doesn't accept checkedints

https://github.com/dlang/phobos/commit/e7990e0f79c6d06a58ad79e12bb92de8bc848f63 Merge pull request #6685 from dhasenan/checkedint_opopassign

Fix issue 18142 - checkint opOpAssign doesn't accept checkedints merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>

--