== Quote from Pillsy (pillsb...@gmail.com)'s article
> ...if you have to write
>     enforce(condition,
>                (){ return "compile-time-string" ~ type.stringof; });
> one time in a hundred, is it really that bad?
> Cheers,
> Pillsy

I think the point was that even this should be automagically evaluated at 
compile
time, since type.stringof is a compile time constant.

Reply via email to