<html>
<head>
<base href="http://bugzilla.gdcproject.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:thomas.bockman@gmail.com" title="thomas.bockman@gmail.com">thomas.bockman@gmail.com</a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Add pragma(inline) to the grammar"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=205">bug 205</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>INVALID
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Add pragma(inline) to the grammar"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=205#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Add pragma(inline) to the grammar"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=205">bug 205</a>
from <span class="vcard"><a class="email" href="mailto:thomas.bockman@gmail.com" title="thomas.bockman@gmail.com">thomas.bockman@gmail.com</a>
</span></b>
<pre>I figured out an acceptable workaround for this problem, although it is just a
little bit silly. This:
pragma(inline, true) {
}
Can be replaced with this:
redundant_attribute { pragma(inline, true);
}
Where redundant_attribute is some attribute that belongs on the contained
declarations anyway, such as `public` or `@safe`.
It doesn't look very nice, but it works. I presume the real fix will be added
naturally during the upgrade to 2.068, so I'm closing this as "RESOLVED -
INVALID".
Sorry for the noise.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>