Boost C++ Libraries: Ticket #1054: Parameter takes an "infinite" amount of time to compile with the Intel compiler. https://svn.boost.org/trac10/ticket/1054 <p> The attached reduced test case illustrates the issue: it should compiler cleanly with gcc and msvc, but with Intel 8.1 and 9.1 it takes effectively forever (OK I actually gave up after 10 minutes, but that's still too long to be of any use). The problem has been tracked down to the line: </p> <blockquote> <p> typedef typename boost::parameter::binding&lt; </p> <blockquote> <p> args, tag::domain_error_name, domain_error&lt;BOOST_MATH_DOMAIN_ERROR_POLICY&gt; &gt;::type domain_error_type; </p> </blockquote> </blockquote> <p> which apparently causes problems when there are a large number of deduced parameters. </p> <p> Thanks, John Maddock. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1054 Trac 1.4.3 John Maddock Fri, 15 Jun 2007 15:43:13 GMT attachment set https://svn.boost.org/trac10/ticket/1054 https://svn.boost.org/trac10/ticket/1054 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">parameter_test.cpp</span> </li> </ul> <p> test case. </p> Ticket John Maddock Fri, 15 Jun 2007 15:44:27 GMT <link>https://svn.boost.org/trac10/ticket/1054#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1054#comment:1</guid> <description> <p> I forgot to mention: I've reported this to Intel as issue 437855. </p> <p> John. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 15 Jun 2007 18:28:56 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1054#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1054#comment:2</guid> <description> <p> Replying to <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1054" title="#1054: Bugs: Parameter takes an &#34;infinite&#34; amount of time to compile with the Intel ... (closed: fixed)">johnmaddock</a>: </p> <blockquote class="citation"> <p> The attached reduced test case illustrates the issue: it should compiler cleanly with gcc and msvc, but with Intel 8.1 and 9.1 it takes effectively forever </p> </blockquote> <p> Doesn't surprise me <em>too</em> much. EDG's template instantiation has historically been slow, but they've been improving things. Have you tried with a newer Intel compiler? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Dave Abrahams</dc:creator> <pubDate>Tue, 03 Jul 2007 14:59:31 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/1054#comment:3 https://svn.boost.org/trac10/ticket/1054#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Dave Abrahams</span> to <span class="trac-author">Daniel Wallin</span> </li> </ul> Ticket Marshall Clow Tue, 01 Dec 2009 20:03:43 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1054#comment:4 https://svn.boost.org/trac10/ticket/1054#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> John Maddock reports that this was fixed in the 9.1.037 compiler release. </p> Ticket