<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 12 September 2014 17:44, Daniel Murphy via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">"Manu via Digitalmars-d" <<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>> wrote in message news:mailman.789.1410494842.<u></u>5783.digitalmars-d@puremagic.<u></u>com...<span><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So, can we talk about virtual by default again?<br>
Daniel Murphy was behind it wrt c++ compatibility.<br>
It's still driving me insane. All things I said will happen do happen, constantly.<br>
</blockquote>
<br></span>
It's not required for C++ interop, it's just a huge pain in the ass since you have to mark nearly every function as final. <br>
</blockquote></div><br></div><div class="gmail_extra">Yeah, but that's true regardless of C++ interop. It's so easy to make mistakes, and so hard to find them when you do. virtual-by-default is responsible for most of the silent errors in my code by far.</div><div class="gmail_extra">Surely, at very least, an extern(C++) class should be final-by-default?</div></div>