Assigning to char[N]

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Feb 1 16:24:55 PST 2012


OT: Just saw fill() by accident and something caught my eye:

char[100] a;
fill(a[], "bla");  // fail, ok

int[100] a;
fill(a[], "bla");  // works

It could be a constraint issue. To bugzilla?


More information about the Digitalmars-d-learn mailing list