D as an extension language for C

Adam D Ruppe destructionator at gmail.com
Tue May 16 13:36:46 UTC 2023


On Tuesday, 16 May 2023 at 11:04:53 UTC, IGotD- wrote:
> The only thing I can think of that isn't supported are 
> bitfields. The question is if this could have been solved with 
> meta programming.

ImportC can do C bitfields, but since they're layout is undefined 
it is useless anyway.

(Walter also copied importC's awful bitfields into D, but I hope 
that mistake is reverted.)


More information about the Digitalmars-d mailing list