Fix #6 (second try)

This commit is contained in:
Dragos Carp 2015-01-22 22:22:43 +01:00
parent 7a539da653
commit f6a7f88f0b

View file

@ -1,4 +1,5 @@
string info_sizeof_dptr = "INFO" ":" "sizeof_dptr[" ~ sizeof(void*).stringof ~ "]";
enum int sizeof_dptr = (void*).sizeof;
string info_sizeof_dptr = "INFO" ":" "sizeof_dptr[" ~ sizeof_dptr.stringof ~ "]";
int main(string[] args)
{