RAD Studio
ContentsIndex
PreviousUpNext
E2483: Array dimension 'specifier' could not be determined (C++)

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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!