And if so, what would be the syntax?
This does not compile with g++ -std=c++0x:
class B { public: virtual ~B() {} }; class A : public B { public: ~A() = default override; };
Aucun commentaire:
Enregistrer un commentaire