Ticket #13229: mpfr.patch

File mpfr.patch, 497 bytes (added by Victor Sunye <victor.sunye@…>, 5 years ago)
  • /usr/local/include/boost/multiprecision/

    old new  
    273273                  bool round_up = false;
    274274                  while(ps[i] != 0)
    275275                  {
    276                      if(ps[i++] != '0')
     276                     if(ps[i] != '0')
    277277                     {
    278278                        round_up = true;
    279279                        break;