Changeset 47203ee3 in mainline for uspace/lib/cpp/include/impl/streambuf.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:
- 8794d16
- Parents:
- 74b03e3
- git-author:
- Dzejrou <dzejrou@…> (2018-05-08 20:13:32)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/streambuf.hpp
r74b03e3 r47203ee3 60 60 locale pubimbue(const locale& loc) 61 61 { 62 return imbue(loc); 62 imbue(loc); 63 64 return locale_; 63 65 } 64 66
Note:
See TracChangeset
for help on using the changeset viewer.