Share via


Compiler Error C2463

cannot define an anonymous type in a 'new-expression'

You cannot define an anonymous type in the operand field of the new operator. Create a named type definition in a separate statement, then use the new operator.