Compiler Error C2529

'name' : reference to reference is illegal

A reference to a reference was declared.

This error can be avoided by using pointer syntax and declaring a reference to a pointer.