I am trying to figure out how to include a class in a namespace, but
I can't even get it to compile. Here is a toy class inside of a toy
namespace, x. Compiling with g++ -c base1.cpp yields three pages of
error messages which I won't repeat here. If the namespace statement is
taken out, it compiles fine. Can someone tell me how to get this simple
code to compile? Thanks.