mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-19 02:22:17 +00:00
Previous __float128 commit was buggy - fix.
This commit is contained in:
@@ -99,7 +99,6 @@ public:
|
||||
}
|
||||
#ifdef BOOST_HAS_FLOAT128
|
||||
cpp_bin_float(const __float128& f)
|
||||
: m_data(o.m_data), m_exponent(o.m_exponent), m_sign(o.m_sign)
|
||||
{
|
||||
*this = f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user