RAD Studio
ContentsIndex
PreviousUpNext
E2334: Namespace member 'identifier' declared outside its namespace (C++)

Namespace members must be declared inside their namespace. You can only use explicit qualification to define a namespace member (for example, to give a body for a function declared in a namespace). The declaration itself must be inside the namespace.

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