E2483 Array dimension 'specifier' could not be determined (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

If, during instantiation of a type, an array dimension cannot be computed - usually this is due to some other error which would be reported - then this error will result.

For example, if an array dimension is dependent upon a template parameter but an error occurs while it is being parsed and the template argument being substituted does not yield a legal constant expression, this error is displayed.