alias foo.bar this?

Lutger lutger.blijdestijn at gmail.com
Fri Aug 21 02:47:14 PDT 2009


The following doesn't compile, I was wondering whether this is a temporary 
limitation, bug or by design? 

struct Bar
{
    int baz;
}

struct Foo
{
    Bar bar;
    alias bar.baz this; // error
}





More information about the Digitalmars-d-learn mailing list