CTFE calling a template: Error: expression ... is not a valid template value argument

Peter Alexander peter.alexander.au at gmail.com
Thu Sep 20 14:50:15 PDT 2012


I'm guessing the problem is that it's trying to call CTFE on a 
function whose full AST isn't known yet (because it requires the 
CTFE param, which requires the function etc.)

This could work in theory, but I'm guessing the implementation is 
tricky.


More information about the Digitalmars-d mailing list