Boost logo

Boost :

Subject: Re: [boost] [multiprecision] compilation failure
From: John Maddock (jz.maddock_at_[hidden])
Date: 2016-05-24 03:20:00


On 23/05/2016 23:31, Raffi Enficiaud wrote:
> Hi,
>
> I have the following failure on develop from multiprecision (unit
> tests of boost.test):
>
> In file included from
> writing-test-ts/fp-multiprecision-comparison-test.cpp:23:0:
> ../../../boost/multiprecision/cpp_dec_float.hpp: In member function
> ?std::size_t boost::multiprecision::backends::cpp_dec_float<Digits10,
> ExponentType, Allocator>::hash() const?:
> ../../../boost/multiprecision/cpp_dec_float.hpp:264:10: error:
> ?hash_combine? is not a member of ?boost?
> boost::hash_combine(result, data[i]);
>
Missing #include, thanks for the heads up, fixed in develop, thanks, John.

> Thanks,
> Raffi
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk