Thread overview
[Issue 24501] [REG2.107] imported mixin opCmp member function not found for a < b
Sep 04
RazvanN
April 14
https://issues.dlang.org/show_bug.cgi?id=24501

johanengelen@weka.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry, rejects-valid

--
April 14
https://issues.dlang.org/show_bug.cgi?id=24501

--- Comment #1 from johanengelen@weka.io ---
Selective import works around the issue somehow:
```
        import opcmp : DefineOpCmp;
```

--
September 04
https://issues.dlang.org/show_bug.cgi?id=24501

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|critical                    |regression

--