Changeset 6648ab33 in mainline for uspace/lib/cpp/include/impl/ostream.hpp
- Timestamp:
- 2018-07-05T21:41:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5209fd7
- Parents:
- 0b4b81c
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2017-11-08 21:24:27)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/ostream.hpp
r0b4b81c r6648ab33 34 34 namespace std 35 35 { 36 template<class Char, class Traits = char_traits<Char>>36 template<class Char, class Traits> 37 37 class basic_ostream; 38 38
Note:
See TracChangeset
for help on using the changeset viewer.