[Issue 24501] [REG2.107] imported mixin opCmp member function not found for a < b
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 14 16:42:06 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24501
--- Comment #1 from johanengelen at weka.io ---
Selective import works around the issue somehow:
```
import opcmp : DefineOpCmp;
```
--
More information about the Digitalmars-d-bugs
mailing list