'name' : arrays of references are illegal
An array of references was declared.
Since pointers to references are not allowed, arrays of references are not possible. A pointer should be used to implement the array.