[Issue 18337] https://dlang.org/spec/operatoroverloading.html missing opIn/opIn_r

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 30 19:59:41 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18337

Simen Kjaeraas <simen.kjaras at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |simen.kjaras at gmail.com
         Resolution|---                         |INVALID

--- Comment #1 from Simen Kjaeraas <simen.kjaras at gmail.com> ---
opIn and opIn_r are deprecated, and should be implemented as opBinary(string op
: "in") and opBinaryRight(string op : "in").

--


More information about the Digitalmars-d-bugs mailing list