<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 11 February 2013 13:00, David Nadlinger <span dir="ltr"><<a href="mailto:see@klickverbot.at" target="_blank">see@klickverbot.at</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;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></div><br><br></div><div class="gmail_extra">Rather amusing. :-)<br clear="all"></div><div class="gmail_extra"><br>-- <br>Iain Buclaw<br><br>*(p < e ? p++ : p) = (c & 0x0f) + '0';
</div></div>