Thread overview | |||||
---|---|---|---|---|---|
|
March 28, 2014 Regarding the -vgc switch | ||||
---|---|---|---|---|
| ||||
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 |
March 28, 2014 Re: Regarding the -vgc switch | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile | The phobos code is precompiled, so the compiler doesn't diagnose it. |
Copyright © 1999-2021 by the D Language Foundation