Structure's inheritance
    Dmitry Olshansky 
    dmitry.olsh at gmail.com
       
    Sun May 12 05:15:21 PDT 2013
    
    
  
12-May-2013 16:00, evilrat пишет:
> On Sunday, 12 May 2013 at 11:56:53 UTC, Maxim Fomin wrote:
>>
>> You can place base struct instance inside nested and use alias
>> this. Note that currently multiple alias this are not supported.
>> Also note that you cannot override functions because there are no
>> virtual table for structs.
>
> why multiple alias this not supported? i know it was broken in 2.060 but
> with 2.061 it was fixed right?
It's not even on the horizon. It must be single alias this that finally 
started working (around that time ~ 2.061).
-- 
Dmitry Olshansky
    
    
More information about the Digitalmars-d-learn
mailing list