Protocol for avoiding pointers

GCC does support it in C++, but apparently only when the indices go 0,1,2,3,...

Testing with just [1] = ... :

moto.cpp:16:1: sorry, unimplemented: non-trivial designated initializers not supported
2 Likes