Changeset 4ff55d2 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:
- 2e0256b
- Parents:
- 5732648
- git-author:
- Dzejrou <dzejrou@…> (2017-12-17 14:55:25)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/src/iostream.cpp
r5732648 r4ff55d2 48 48 if (init_cnt_++ == 0) 49 49 { 50 // TODO: These buffers should be static too 51 // in case somebody reassigns to cout/cin. 50 52 ::new(&cin) istream{::new aux::stdin_streambuf<char>{}}; 51 53 ::new(&cout) ostream{::new aux::stdout_streambuf<char>{}};
Note:
See TracChangeset
for help on using the changeset viewer.