[OT] Generative C++

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 2 01:48:05 PDT 2017


On Tuesday, 1 August 2017 at 22:11:47 UTC, Stefan Koch wrote:
> It's basically a restricted form of AST-Macros.
> Not as aweful as it could have been but still quite complex and 
> I have no idea how one would implement that efficiently.

They look as efficient as templates. Both duplicate the AST tree, 
don't they?


More information about the Digitalmars-d mailing list