char[] a;
auto b = cast(void*)a;
auto c = cast(char[])b; // Error: e2ir: cannot cast b of type void* to
type char[]
- Cannot cast void* to arrays..? simendsjo
- Re: Cannot cast void* to arrays..? H. S. Teoh
- Re: Cannot cast void* to arrays..? Justin Whear
- Re: Cannot cast void* to arrays..? simendsjo
- Re: Cannot cast void* to arrays..? Ali Çehreli
- Re: Cannot cast void* to arrays..? simendsjo
- Re: Cannot cast void* to arrays..? Andrej Mitrovic
- Re: Cannot cast void* to arrays..? simendsjo
- Re: Cannot cast void* to arrays..? H. S. Teoh
- Re: Cannot cast void* to arrays..? Mantis
- Re: Cannot cast void* to arrays..? H. S. Teoh
