Changeset 25cc4a5 in mainline
- Timestamp:
- 2018-07-05T21:41:19Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/istream.hpp
rbed3d11 r25cc4a5 61 61 : gcount_{0} 62 62 { 63 printf("ISTREAM\n");64 63 basic_ios<Char, Traits>::init(sb); 65 64 } … … 98 97 99 98 auto c = Traits::to_char_type(i); 100 if (!ct.is(c , ct.space))99 if (!ct.is(ctype_base::space, c)) 101 100 break; 102 101 else
Note:
See TracChangeset
for help on using the changeset viewer.