Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10219: quantile and quantile-complement for poisson and student-t fail to build on Xcode 5.5.1 + Intel 15 Beta icpc
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-07-20 11:28:12
#10219: quantile and quantile-complement for poisson and student-t fail to build on
Xcode 5.5.1 + Intel 15 Beta icpc
--------------------------------------+-------------------------
Reporter: HS <tan@â¦> | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: math
Version: Boost Development Trunk | Severity: Showstopper
Resolution: | Keywords:
--------------------------------------+-------------------------
Comment (by johnmaddock):
This looks to be an Intel compiler issue, based on the instantiation back-
trace, can you try:
{{{
long double a(2), b(3), c, d;
std::tie(c, d) = std::make_tuple(a, b);
}}}
And see if that reproduces the issue?
If so can you please report to Intel - or else if you let me have all the
compiler/platform details (including output of {{{icpc -V}}}, plus the GCC
version info it's installed on top of) I can probably report this - it's
better if you do though as I don't have access to MacOS.
As a possible workaround you could try defining BOOST_NO_CXX11_HDR_TUPLE
when building.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10219#comment:1> 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:16 UTC