> its metaprogramming facilities far outstrip the C preprocessor. ...and are severely crippled by applying betterC constraints to CTFE: // CTFE-only string genint(string name) { return "int " ~ name ~ ";"; } void main()…
> its metaprogramming facilities far outstrip the C preprocessor. ...and are severely crippled by applying betterC constraints to CTFE: // CTFE-only string genint(string name) { return "int " ~ name ~ ";"; } void main()…