Wrapping C code?

CJS Prometheus85 at hotmail.com
Sat Mar 29 12:25:36 PDT 2014


On Saturday, 29 March 2014 at 19:16:34 UTC, bearophile wrote:
>> alias context = XXXXaction;
>
> Sorry, I meant:
>
> alias action = XXXXaction;
>
> Bye,
> bearophile

When you say define them in bulk at compile time, is there some 
convenient way to just give an array of actions and iterate over 
them to generate such statements? So that the only work that 
needs to be updated to add/remove actions is updating that list?



More information about the Digitalmars-d-learn mailing list