More name hiding

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Aug 20 07:39:43 PDT 2011


How the hell is it useful? If you have:

{
    int x;
    {
        double x;
        // use x
    }
}

And you comment out or remove "double x", you've just introduced a bug
in your code.


More information about the Digitalmars-d mailing list