<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 25, 2016 at 4:47 PM, Stefan Koch via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tuesday, 20 September 2016 at 05:06:57 UTC, Nordlöw wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Monday, 19 September 2016 at 10:07:06 UTC, Stefan Koch wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Compiling all of phobos does not crash my engine anymore!<br>
</blockquote>
<br>
Great work! Keep up still!<br>
</blockquote>
<br></div></div>
I am proud to announce,<br>
(and slightly embarssed because it took to long)<br>
<br>
that the following code can now be executed using the new CTFE engine :<br>
<br>
string fn(bool b)<br>
{<br>
    return b ? "true" : "false";<br>
}<br>
static assert(fn(true) == "true");<br>
static assert(fn(false) == "false");<br>
<br>
although this seems trivial it took me about 3 months to get to this point.<br>
I believe from here on the road will be less steep.<br>
<br>
</blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">:D congrats!</div><div class="gmail_extra"><br></div></div>