[Issue 22193] is expression not understanding global scope operator

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 12 14:35:41 UTC 2021


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

--- Comment #1 from João Lourenço <jlourenco5691 at gmail.com> ---
Adding a workaround that involves creating a new alias:

```
struct Foo(FooT) if (is(FooT == F!T, alias F = .FooT, T)) {}
```

--


More information about the Digitalmars-d-bugs mailing list