[Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 21 20:13:55 UTC 2023


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

--- Comment #2 from Nick Treleaven <nick at geany.org> ---
> It could parse `*==` as `*` and `==`.

Here I meant the tokenizer.

> How can it tell that `*=` should be `*` and `=`?

You mean a workaround in the parser to deconstruct the `*=` token?

--


More information about the Digitalmars-d-bugs mailing list