Changeset 4ff55d2 in mainline for uspace/lib/cpp/src/iostream.cpp


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:
2e0256b
Parents:
5732648
git-author:
Dzejrou <dzejrou@…> (2017-12-17 14:55:25)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
Message:

cpp: added a simple todo for later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/src/iostream.cpp

    r5732648 r4ff55d2  
    4848        if (init_cnt_++ == 0)
    4949        {
     50            // TODO: These buffers should be static too
     51            //       in case somebody reassigns to cout/cin.
    5052            ::new(&cin) istream{::new aux::stdin_streambuf<char>{}};
    5153            ::new(&cout) ostream{::new aux::stdout_streambuf<char>{}};
Note: See TracChangeset for help on using the changeset viewer.