Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
May 29, 2018 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 Dmitry Olshansky <dmitry.olsh@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry.olsh@gmail.com -- |
May 29, 2018 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 Dmitry Olshansky <dmitry.olsh@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bootcamp -- |
December 17, 2022 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P4 -- |
November 21, 2023 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 Nick Treleaven <nick@geany.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@geany.org --- Comment #1 from Nick Treleaven <nick@geany.org> --- It could parse `*==` as `*` and `==`. How can it tell that `*=` should be `*` and `=`? -- |
November 21, 2023 [Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6589 --- Comment #2 from Nick Treleaven <nick@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? -- |
Copyright © 1999-2021 by the D Language Foundation