Finishing off C++ Header generation, a request for help

Nicholas Wilson iamthewilsonator at hotmail.com
Thu Oct 12 22:56:20 UTC 2023


On Thursday, 12 October 2023 at 14:34:01 UTC, kinke wrote:
> I think one big problem is that a truly usable frontend.h would 
> have to accomodate for all platforms. So all `version(XY)` 
> stuff (Windows, Posix, …), 32/64-bit differences etc. would 
> have to be accounted for.

Not really, you'd generate it "on demand" with the D compiler you 
are using to build LDC/GDC.


More information about the Digitalmars-d mailing list