Subject: [Boost-bugs] [Boost C++ Libraries] #11193: mpfr_float self assignment fails
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-04-17 07:24:28
#11193: mpfr_float self assignment fails
------------------------------+----------------------------
Reporter: johnmaddock | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: multiprecision
Version: Boost 1.58.0 | Severity: Problem
Keywords: |
------------------------------+----------------------------
Self assignment of mpfr_float always results in a NaN:
{{{
boost::multiprecision::mpfr_float a = 2;
a = a; // Sets a to a NaN
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11193> 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:18 UTC