Why is the following failing?

Stefan Koch uplink.coder at googlemail.com
Thu Jan 25 16:07:44 UTC 2024


On Thursday, 25 January 2024 at 15:39:08 UTC, ryuukk_ wrote:
> ```D
> void main()
> {
>     char[32] id = 0;
>     id = "hello";
> }
>
> ```
>
> this works fine, and that is what i expect for the example 
> above..

Raise a bug, I'll fix it.


More information about the Digitalmars-d-learn mailing list