Changeset 7d0f2eb in mainline
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9396c52
- Parents:
- dbaf221
- git-author:
- Dzejrou <dzejrou@…> (2018-03-15 10:37:33)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/src/iostream.cpp
rdbaf221 r7d0f2eb 59 59 ios_base::Init::~Init() 60 60 { 61 /* if (--init_cnt_ == 0) */62 /* cout.flush(); */61 if (--init_cnt_ == 0) 62 cout.flush(); 63 63 } 64 64 }
Note:
See TracChangeset
for help on using the changeset viewer.