On Tuesday, 16 July 2013 at 05:51:53 UTC, JS wrote:
...

Once again you post a complex and messy snippet and than jump to wrong conclusions. This works:

template inc(int i)
{
    enum inc = i + 1;
}

pragma(msg, inc!3);

Integers are treated normally in CTFE/templates, contrary to your last statement. You need to reduce to the real problem.

Reply via email to