RAD Studio
ContentsIndex
PreviousUpNext
E2214: Cannot have a 'non-inline function/static data' in a local class (C++)

All members of classes declared local to a function must be entirely defined in the class definition. 

This means that local classes cannot contain any static data members, and all of their member functions must have bodies defined within the class definition.

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