Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9087: [boost math] error: no operator "=" matches these operands in roots.hpp (297)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-08 11:11:37
#9087: [boost math] error: no operator "=" matches these operands in roots.hpp
(297)
--------------------------------------+-------------------------
Reporter: tan@⦠| Owner: johnmaddock
Type: Support Requests | Status: new
Milestone: Boost 1.55.0 | Component: math
Version: Boost Development Trunk | Severity: Showstopper
Resolution: | Keywords:
--------------------------------------+-------------------------
Comment (by anonymous):
It looks to be OK with Intel 14 on Win32... this is in C++11 mode right?
Can you try the reduced test case:
{{{
#include <tuple>
std::tuple<double, double> f()
{
return std::make_tuple(1.0, 2.0);
}
int main()
{
double a, b;
std::tie(a, b) = f();
}
}}}
Thanks, John.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9087#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:14 UTC