<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML>
<HEAD></HEAD>
<body style="font-family:'DejaVu Sans Mono'; font-size:12px">
<div id="Headers"><div style="padding: 10px 0pt; background-color: rgb(37, 37, 37); color: rgb(255, 255, 255); font-size: 36px; font-family: Verdana,Arial,Helvetica,sans-serif,'Trebuchet MS','Times New Roman';"><img src="cid:logo.jpg@1368709366.25581" title="Logo"></div></div><div id="Body_content"><div style="padding: 5px; font-family: Arial,Helvetica,sans-serif; font-size: 12px;"><div><br>import std.stdio;<br><br>struct State {<br>        string s; string getString() { return s; }<br>        static State opCall(string s) {<br>                State ret;<br>                ret.s = s;<br>                return ret;<br>        }<br>}<br><br>void main() {<br>        auto s = State("adf");<br>        pragma(msg, s.getString());<br>}<br></div><div><br></div><div>dmd Output: (line 14 is the pragma statement)</div><div><br>struct.d(14): Error: variable s cannot be read at compile time<br>struct.d(14): Error: cannot evaluate s.getString() at compile time<br>s.getString()<br><br><br><br><br></div>
</div></div><div id="Signatures"><div style="padding: 3px; background-color: rgb(238, 235, 230); color: rgb(86, 80, 68); line-height: 15px; font-size: 10px; font-family: Verdana,Arial,Helvetica,sans-serif;">
<strong>Rory McGuire</strong><br>
R&D<br><br>
Tel : +27 (033) 386 7263<br>
<br />
Cell : +27 (082) 856 3646<br />
<strong>Email</strong>: <a href="mailto:rmcguire@neonova.co.za" style="font-size: 10px; font-family: Verdana,Arial,Helvetica,sans-serif; color: rgb(86, 80, 68);">rmcguire@neonova.co.za</a><br>
<strong>Website</strong>: <a href="http://cf.neonova.co.za/9Tdf" style="font-size: 10px; font-family: Verdana,Arial,Helvetica,sans-serif; color: rgb(86, 80, 68);">www.neonova.co.za</a><br>
<strong>VCard</strong>: <a href="https://mail1.clearformat.com/vcard.php?uid=11&pid=10" style="font-size: 10px; font-family: Verdana,Arial,Helvetica,sans-serif; color: rgb(86, 80, 68);">View</a><br>
</div></div><div class="inline_ad"><a href="http://fwd.clearformat.com/9Tdd" target="_blank"><img src="cid:ff2d54b.jpg@1039127786.16341" alt="Beta Test Advert" border="0" class="inline_img"/></a></div>
<div style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#999999; padding-top:10px;">
<div align="justify">This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of NeoNova. If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone. Please contact the sender if you believe you have received this email in error.</div>
</div>
</body></HTML>