Boost C++ Libraries: Ticket #721: Generated files "@()" don't work in regular expressions. https://svn.boost.org/trac10/ticket/721 <pre class="wiki">@() file creation and substitution should work in regular variable contexts. For example: # creates the test.txt file and sets file to "test.txt" local file = @(test.txt:E=$(test-content)) ; # equivalent of ECHO, but to the error stream local unused = @(STDERR:E="this is an error") ; </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/721 Trac 1.4.3 René Rivera Tue, 22 May 2007 16:55:06 GMT version, description changed; severity, milestone set https://svn.boost.org/trac10/ticket/721#comment:1 https://svn.boost.org/trac10/ticket/721#comment:1 <ul> <li><strong>severity</strong> → <span class="trac-field-new">Showstopper</span> </li> <li><strong>version</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Boost.Jam 3.1.14</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/721?action=diff&amp;version=1">diff</a>) </li> <li><strong>milestone</strong> → <span class="trac-field-new">Boost.Jam 3.1.15</span> </li> </ul> Ticket René Rivera Sun, 16 Sep 2007 21:35:21 GMT status, resolution changed https://svn.boost.org/trac10/ticket/721#comment:2 https://svn.boost.org/trac10/ticket/721#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/39330" title="Implement @() expansion during parse phase. (fixes #721)">[39330]</a>) Implement @() expansion during parse phase. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/721" title="#721: Bugs: Generated files &#34;@()&#34; don't work in regular expressions. (closed: fixed)">#721</a>) </p> Ticket