[Issue 24246] ICE: CTFE internal error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 15 14:11:48 UTC 2023


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

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject.org> ---
To work around, you're missing parentheses in the constructor call.

```
auto opBinary(string op)(ubyte other)
{
    return other ? TextStyle() : this;
}
```

--


More information about the Digitalmars-d-bugs mailing list