1)move a class from ns1::ns2::ClassName --> ns1::ClassName 2)move a class from ns1::ClassName --> ns2::ClassName
Is either possible in some way I didn't spot? I'm moving a lot of classes from an application to a shared library, and it's going to be a big pain removing all those braces everywhere.