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

Jacob Carlborg doob at me.com
Mon Nov 4 19:33:29 UTC 2019


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.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list