Boost C++ Libraries: Ticket #7137: Compilation failure with Intel 10.1 https://svn.boost.org/trac10/ticket/7137 <p> One of the regression tests of lexical_cast fail with : </p> <pre class="wiki"> "/usr/local/intel/cc/10.1.015/bin/icpc" -c -xc++ -O0 -g -w1 -inline-level=0 -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1 -I".." -c -o "/scratch/kbelco/boost/results/boost/bin.v2/libs/conversion/test/lexical_cast_containers_test.test/intel-linux-10.1/debug/link-static/lexical_cast_containers_test.o" "../libs/conversion/test/lexical_cast_containers_test.cpp" ../boost/functional/hash/extensions.hpp(184): error: "hash_value" is not a function or static data member inline std::size_t hash_value(std::shared_ptr&lt;T&gt; const&amp; x) { ^ ../boost/functional/hash/extensions.hpp(184): error: expected a ";" inline std::size_t hash_value(std::shared_ptr&lt;T&gt; const&amp; x) { ^ </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7137 Trac 1.4.3 Antony Polukhin Sun, 15 Jul 2012 06:16:19 GMT owner changed https://svn.boost.org/trac10/ticket/7137#comment:1 https://svn.boost.org/trac10/ticket/7137#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">No-Maintainer</span> to <span class="trac-author">Marshall Clow</span> </li> </ul> Ticket Antony Polukhin Sun, 15 Jul 2012 06:18:23 GMT <link>https://svn.boost.org/trac10/ticket/7137#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7137#comment:2</guid> <description> <p> More info about failed test: Rev 79516 / Sun, 15 Jul 2012 01:55:26 +0000 <br /> <a href="http://www.boost.org/development/tests/trunk/developer/output/Sandia-intel-10-1-boost-bin-v2-libs-conversion-test-lexical_cast_containers_test-test-intel-linux-10-1-debug-link-static.html">link to test results</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Tue, 17 Jul 2012 19:49:40 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7137#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7137#comment:3</guid> <description> <p> That link goes to nowhere; but currently (as of <a class="changeset" href="https://svn.boost.org/trac10/changeset/79568" title="Ensure use of __thread keyword is disabled for older Intel compilers.">[79568]</a>) all the lexical cast tests are passing on the Sandia Intel 10.1 tester. </p> <p> I need more information to diagnose this. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Wed, 18 Jul 2012 18:22:47 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7137#comment:4 https://svn.boost.org/trac10/ticket/7137#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> Looks like it was fixed by Daniel James :<br /> </p> <pre class="wiki">There are some test failures, but that's because me messed up hash last night, the test results were fine before that. </pre><p> Taken from "[boost] Merging to release" mail </p> Ticket