Changeset 7dcce0a in mainline for uspace/lib/cpp/include/__bits/io/istream.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/istream.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_ISTREAM 31 31 32 #include <cassert> 32 33 #include <ios> 33 34 #include <iosfwd> … … 339 340 { 340 341 // TODO: implement 342 __unimplemented(); 343 return *this; 341 344 } 342 345 … … 344 347 { 345 348 // TODO: implement 349 __unimplemented(); 350 return *this; 346 351 } 347 352 … … 349 354 { 350 355 // TODO: implement 356 __unimplemented(); 357 return *this; 351 358 } 352 359 … … 354 361 { 355 362 // TODO: implement 363 __unimplemented(); 364 return *this; 356 365 } 357 366
Note:
See TracChangeset
for help on using the changeset viewer.