class foo { public: foo(); ~foo(); }; foo::foo() { } foo::~foo() { }
Oh, but C++ can eliminate redundancy in this one cool case I'm thinking of!
Oh, but C++ can eliminate redundancy in this one cool case I'm thinking of!