On 2014-04-11 15:53, monarch_dodra wrote:

Yeah. It'd say those wouldn't compile anyway, but I guess something as
trivial as:
//----
class A
{...}
A a;
a.doit;
//----
Would compile for both languages, but give different results.

Fine.

Unless "doit" is non-virtual in both versions.

--
/Jacob Carlborg

Reply via email to