See title.
I have:
class Foo { private: Foo(); public: static Foo* create(); }
What need I do from here to make Fo
#include class Foo : boost::noncopyable {...
But as Scott Meyers once said..."It's a fine class, it's just that I find the name a bit un, err non natural", or something like that.