[GSoC] Header Generation for C/C++

Patrick Schluter Patrick.Schluter at bbox.fr
Wed Jul 17 19:26:44 UTC 2019


On Wednesday, 17 July 2019 at 13:38:44 UTC, Eduard Staniloiu 
wrote:
> I want to give a heads-up to everyone for the following issue 
> (this had me scratching my head for a couple of days unit I 
> caught it):
>
> [...]

it would be needed for pure C also. So would not work.

As for smaller sized enum part of a struct I sometime use

struct{
    enum TOK op:CHAR_BIT;
}

works in most cases except when you need to take its address or 
its offset.


More information about the Digitalmars-d mailing list