E2063 Illegal initialization (C++)
Go Up to Compiler Errors And Warnings (C++) Index
Initializations must be one of the following:
- constant expressions
- the address of a global extern or static variable plus or minus a constant
Go Up to Compiler Errors And Warnings (C++) Index
Initializations must be one of the following: