Changeset 7dcce0a in mainline for uspace/lib/cpp/include/__bits/io/ostream.hpp
- Timestamp:
- 2019-01-16T18:07:45Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4248ce5
- Parents:
- cf9e949
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2019-01-12 15:09:49)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2019-01-16 18:07:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/io/ostream.hpp
rcf9e949 r7dcce0a 1 1 /* 2 * Copyright (c) 201 8Jaroslav Jindrak2 * Copyright (c) 2019 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 30 30 #define LIBCPP_BITS_IO_OSTREAM 31 31 32 #include <cassert> 32 33 #include <ios> 33 34 #include <iosfwd> … … 458 459 { 459 460 // TODO: implement 461 __unimplemented(); 460 462 return pos_type{}; 461 463 } … … 464 466 { 465 467 // TODO: implement 468 __unimplemented(); 466 469 return *this; 467 470 } … … 470 473 { 471 474 // TODO: implement 475 __unimplemented(); 472 476 return *this; 473 477 }
Note:
See TracChangeset
for help on using the changeset viewer.