On Sunday, 29 July 2012 at 17:11:55 UTC, Timon Gehr wrote:
This could get a little hairy:

struct S{
    int x,y;
}

void main(){
    S s;
    auto p = &s.y;
    // ...
}

How does C++ for .NET handle this?

Reply via email to