On Tuesday, 11 March 2014 at 21:29:00 UTC, Dicebot wrote:
final: // want all to be final by default// ... virtual void foo() {} // but this one function
Doesn't this make room for undetected bugs?Generally the syntax should have enough redundancy to prevent a single typo (missing ":") from completely changing the semantics.
Ola.
