<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 11 February 2013 13:29, Andrei Alexandrescu <span dir="ltr"><<a href="mailto:SeeWebsiteForEmail@erdani.org" target="_blank">SeeWebsiteForEmail@erdani.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">On 2/11/13 8:00 AM, David Nadlinger wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Looks like we are finally getting somewhere. :)<br>
<br>
---<br>
version (Windows) {} else static assert(false);<br>
void main() {<br>
try {<br>
throw new Exception("This exception...");<br>
} catch (Exception e) {<br>
import std.stdio;<br>
writeln(e.msg, " ... has been caught for you by ", __VENDOR__, ".");<br>
}<br>
}<br>
---<br>
This exception... ... has been caught for you by LDC.<br>
---<br>
<br>
David<br>
</blockquote>
<br></div></div>
Awesome!!!<span class=""><font color="#888888"><br>
<br>
Andrei<br>
</font></span></blockquote></div><br></div><div class="gmail_extra">This feature has been around for some time (somewhere in lexer.c iirc) - have you really only just added LDC into it David?<br clear="all"></div><div class="gmail_extra">
<br>-- <br>Iain Buclaw<br><br>*(p < e ? p++ : p) = (c & 0x0f) + '0';
</div></div>