Changeset 25cc4a5 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:19Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2cf1da7
Parents:
bed3d11
git-author:
Dzejrou <dzejrou@…> (2017-12-17 14:59:33)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
Message:

cpp: fixed whitespace testing in std::basic_istream::sentry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/istream.hpp

    rbed3d11 r25cc4a5  
    6161                : gcount_{0}
    6262            {
    63                 printf("ISTREAM\n");
    6463                basic_ios<Char, Traits>::init(sb);
    6564            }
     
    9897
    9998                                    auto c = Traits::to_char_type(i);
    100                                     if (!ct.is(c, ct.space))
     99                                    if (!ct.is(ctype_base::space, c))
    101100                                        break;
    102101                                    else
Note: See TracChangeset for help on using the changeset viewer.