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;
```

--