[SAoC] 'DPP with Linux kernel headers' Project Thread

rikki cattermole rikki at cattermole.co.nz
Tue Nov 5 01:25:40 UTC 2019


On 05/11/2019 8:33 AM, Jacob Carlborg wrote:
> On 2019-11-04 17:54, rikki cattermole wrote:
> 
>> There is a variant of struct/union in C which has a named instance but 
>> no type name.
> 
> You mean like this?
> 
> struct Foo
> {
>      struct
>      {
>          int a;
>      } b;
> }
> 
> That still needs to be translated to a named struct in D.

Yes it does.

This is probably why I'm guessing that Atila generated a name. Just did 
so too liberally ;)



More information about the Digitalmars-d mailing list