Subject: [Boost-bugs] [Boost C++ Libraries] #7137: Compilation failure with Intel 10.1
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-15 06:14:08
#7137: Compilation failure with Intel 10.1
----------------------------------------------+-----------------------------
Reporter: apolukhin | Owner: no-maintainer
Type: Bugs | Status: new
Milestone: To Be Determined | Component: functional
Version: Boost Development Trunk | Severity: Problem
Keywords: hash_value std::shared_ptr intel |
----------------------------------------------+-----------------------------
One of the regression tests of lexical_cast fail with :
{{{
"/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<T> const& x) {
^
../boost/functional/hash/extensions.hpp(184): error: expected a ";"
inline std::size_t hash_value(std::shared_ptr<T> const& x) {
^
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7137> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC