Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
'symbol' : only an existing namespace can be given an alternative name by a namespace alias definition
Remarks
You cannot create a namespace alias to a symbol other than a namespace.
Example
The following example generates C2879:
// C2879.cpp
int main() {
int i;
namespace A = i; // C2879 i is not a namespace
}