const is not always your friend
Especially if you add it to a virtual function that’s supposed to be overridden and don’t add it to the overriding functions.
Oops.
Especially if you add it to a virtual function that’s supposed to be overridden and don’t add it to the overriding functions.
Oops.