[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:11:21 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=6589
Nick Treleaven <nick at geany.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nick at geany.org
--- Comment #1 from Nick Treleaven <nick at geany.org> ---
It could parse `*==` as `*` and `==`.
How can it tell that `*=` should be `*` and `=`?
--
More information about the Digitalmars-d-bugs
mailing list