On 1/19/13 8:21 AM, Maxim Fomin wrote:
How much chances does this program have?
----------mylib.di--------
class A
{
public int i;
}

void foo(A a);
---------mylib.d---------
class A
{
public int i;
private int ii;
}

Looks like an ODR violation, but oddly there's nothing stopping us from making this work. It's a good idea to pursue.

Andrei

Reply via email to