Visual D bug in identifiers

Mark J Twain via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Aug 5 20:12:39 PDT 2016


I have code similar to the following

if (x)
{
     auto ptr = ;
} else
{
     auto ptr = ;
}

Visual D shows both ptr's but they both have the same value. 
Renaming one ends up showing different values.


More information about the Digitalmars-d-ide mailing list