Changeset 5732648 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:
- 4ff55d2
- Parents:
- c729a60
- git-author:
- Dzejrou <dzejrou@…> (2017-12-17 14:54:48)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/ios.hpp
rc729a60 r5732648 214 214 215 215 vector<pair<event_callback, int>> callbacks_; 216 217 private: 218 static constexpr size_t buffer_size_{64}; 219 char buffer_[buffer_size_]; 220 221 template<class Char, class Iterator> 222 friend class num_put; 216 223 }; 217 224
Note:
See TracChangeset
for help on using the changeset viewer.