Feedback Thread: DIP 1044--Enum Type Inference--Community Review Round 1
Walter Bright
newshound2 at digitalmars.com
Fri Nov 18 22:02:30 UTC 2022
Scoping rules are not addressed. For example:
enum E { e };
void blue()
{
int e;
auto x = e; // which e?
}
More information about the Digitalmars-d
mailing list