https://issues.dlang.org/show_bug.cgi?id=24501
--- Comment #1 from [email protected] --- Selective import works around the issue somehow: ``` import opcmp : DefineOpCmp; ``` --
d-bugmail--- via Digitalmars-d-bugs Sun, 14 Apr 2024 09:43:47 -0700
https://issues.dlang.org/show_bug.cgi?id=24501
--- Comment #1 from [email protected] --- Selective import works around the issue somehow: ``` import opcmp : DefineOpCmp; ``` --