$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_traits] common_type errors with Oracle compiler
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-10-01 08:31:59
On 01/10/2015 11:59, Andrey Semashev wrote:
> Hi,
>
> Both oracle-intel-S2-next-cpp11 and oracle-sparc-S2-next-stlport4
> testers fail to compile common_type as it is being used in
> Boost.Chrono. This in turn affects compilation of Boost.Thread and
> multiple other library tests. The error can be seen here:
>
> http://www.boost.org/development/tests/develop/developer/output/oracle-intel-S2-next-cpp11-boost-bin-v2-libs-atomic-test-atomicity-test-sun-next_cpp11-release-threading-multi.html
>
>
> Just in case if the test results go down, I'm copying the error inline
> below. Could it be fixed?
>
Not unless someone tells me how. Actually I'm not sure what compiler
they're run against - config_info reports C++ version 5.14, but 5.13 is
the latest I can find anywhere. Both the type_traits and chrono tests
pass with 5.13 BTW.
Maybe this is an as yet unreleased beta compiler?
Confused yours, John.