Opened 8 years ago

Closed 8 years ago

#11193 closed Bugs (fixed)

mpfr_float self assignment fails

Reported by: John Maddock Owned by: John Maddock
Milestone: Boost 1.59.0 Component: multiprecision
Version: Boost 1.58.0 Severity: Problem
Keywords: Cc:

Description

Self assignment of mpfr_float always results in a NaN:

boost::multiprecision::mpfr_float a = 2;
a = a; // Sets a to a NaN

Change History (1)

comment:1 by John Maddock, 8 years ago

Milestone: To Be DeterminedBoost 1.59.0
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.