j
k
j a
j l
Hartmut Kaiser:
...How does this look in code? struct A { ~A() {} // non-virtual virtual void foo() {} };
How does this look in code?
struct A { ~A() {} // non-virtual virtual void foo() {} };
You forgot to make ~A protected.
Back to the thread
Back to the list