NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2879

'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