Changeset a1c35cc in mainline for uspace/lib/cpp/include/impl/istream.hpp
- Timestamp:
- 2018-07-05T21:41:23Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4fba7ad
- Parents:
- 349b0f7
- git-author:
- Dzejrou <dzejrou@…> (2018-05-14 18:08:11)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/istream.hpp
r349b0f7 ra1c35cc 571 571 } 572 572 } 573 574 return *this; 573 575 } 574 576 … … 605 607 s[gcount_++] = traits_type::to_char_type(c); 606 608 } 609 610 return *this; 607 611 } 608 612
Note:
See TracChangeset
for help on using the changeset viewer.