https://issues.dlang.org/show_bug.cgi?id=3827

--- Comment #38 from [email protected] ---
(In reply to bearophile_hugs from comment #33)
> Where ctEval is used to generate a compile-time value.

A simple implementation:

alias ctEval(alias expr) = expr;

--

Reply via email to