I expected to be able to use a namespace alias in a class declaration but get a compiler syntax error.
struct MyClass { namespace abc = a_big_namespace;
It works if you declare the alias outside of the struct.