'symbol' : symbol can not be aliased
You cannot create a namespace alias to a symbol other than a namespace.
Example
int i; namespace A = i; // error C2879, i is not a namespace