Don't redeclare a pure virtual method.
I.E., there is no value is having void foo() override = 0; If it is override it is already present in a base class. Since it is pure, some other class will have to implement it. llvm-svn: 221537
Loading
Please sign in to comment