Regarding the -vgc switch

bearophile bearophileHUGS at lycos.com
Thu Mar 27 19:36:30 PDT 2014


I don't fully understand the recently introduced -vgc compiler 
switch. Is it expected for this code to not cause any warnings?


void main() {
     import std.bitmanip;
     BitArray a;
     a.length = 100;
}


Bye,
bearophile


More information about the Digitalmars-d-learn mailing list