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

2023-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6589 --- Comment #2 from Nick Treleaven --- > 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? --

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

2023-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6589 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #1 from Nick Trel

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

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6589 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

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

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6589 Dmitry Olshansky changed: What|Removed |Added Keywords||bootcamp --

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

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6589 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --