mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fixed initialization of multidimensional static arrays.
This commit is contained in:
@@ -17,6 +17,7 @@ void DtoArrayCopyToSlice(DSliceValue* dst, DValue* src);
|
||||
|
||||
void DtoArrayInit(Loc& loc, DValue* array, DValue* value, int op);
|
||||
#if DMDV2
|
||||
Type *DtoArrayElementType(Type *arrayType);
|
||||
bool arrayNeedsPostblit(Type *t);
|
||||
void DtoArrayAssign(DValue *from, DValue *to, int op);
|
||||
void DtoArraySetAssign(Loc &loc, DValue *array, DValue *value, int op);
|
||||
|
||||
Reference in New Issue
Block a user