Fix #6 (second try)
This commit is contained in:
parent
7a539da653
commit
f6a7f88f0b
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue