On Saturday, 27 July 2013 at 17:14:35 UTC, JS wrote:
The tIf doesn't work properly but I'm not sure why
[...]
template tIf(bool cond, alias T)

Lower case 'f' here, ...

{
        static if (cond) alias tIF = T; else alias tIF = tuple!();

... upper case 'F's here.

Reply via email to