IMHO it is not a bug. Even static arrays are dynamically allocated and then convert to static.

I mean everytime when you write [something, something else, ...] even if all members are known at compile time, it will create dynamic array.

Reply via email to