Quantcast
Channel: MarsHut
Viewing all articles
Browse latest Browse all 6551

Regarding the -vgc switch

$
0
0
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

Viewing all articles
Browse latest Browse all 6551

Trending Articles