Re: [Boost-bugs] [Boost C++ Libraries] #8126: multiprecision, incorrect sign

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8126: multiprecision, incorrect sign
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-21 14:03:59


#8126: multiprecision, incorrect sign
---------------------------------------------------+------------------------
  Reporter: Stepan Podoskin <stepik-777@…> | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: multiprecision
   Version: Boost 1.53.0 | Severity: Problem
Resolution: fixed | Keywords:
---------------------------------------------------+------------------------

Comment (by Stepan Podoskin <stepik-777@…>):

 You fixed that case but here is another one that stil doesn't work.
 {{{

     cpp_int a("-26607734784073568386365259775");
     cpp_int b("8589934592");
     a = a/b;
     std::cout << a; // outputs 3097548007973652377

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8126#comment:3>
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:12 UTC