Fix eating extra whitespace in CORE::BigRat

This commit is contained in:
Ahmed Essam 2020-09-21 08:54:29 +02:00
parent cd7907194f
commit 12fd01defd
1 changed files with 0 additions and 4 deletions

View File

@ -198,10 +198,6 @@ io_read (std::istream &i, mpq_ptr q)
ok = true; ok = true;
} }
if (i.flags() & ios::skipws)
while (isspace(c) && i.get(c)) // skip whitespace
;
if (c == '/') // there's a denominator if (c == '/') // there's a denominator
{ {
bool zero2 = false; bool zero2 = false;